mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-23 07:13:00 +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
|
@ -21,7 +21,7 @@ namespace CFGCommands {
|
|||
|
||||
void CFGService::reset() {}
|
||||
|
||||
void CFGService::handleSyncRequest(u32 messagePointer) {
|
||||
void CFGService::handleSyncRequest(u32 messagePointer, CFGService::Type type) {
|
||||
const u32 command = mem.read32(messagePointer);
|
||||
switch (command) {
|
||||
case CFGCommands::GetConfigInfoBlk2: [[likely]] getConfigInfoBlk2(messagePointer); break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue