mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Make cfg:i not die
This commit is contained in:
parent
0a3ab6a7dc
commit
da29cecf7a
3 changed files with 11 additions and 3 deletions
|
@ -22,7 +22,14 @@ class CFGService {
|
|||
void secureInfoGetRegion(u32 messagePointer);
|
||||
|
||||
public:
|
||||
enum class Type {
|
||||
U, // cfg:u
|
||||
I, // cfg:i
|
||||
S, // cfg:s
|
||||
NOR, // cfg:nor
|
||||
};
|
||||
|
||||
CFGService(Memory& mem) : mem(mem) {}
|
||||
void reset();
|
||||
void handleSyncRequest(u32 messagePointer);
|
||||
void handleSyncRequest(u32 messagePointer, Type type);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue