Make cfg:i not die

This commit is contained in:
wheremyfoodat 2023-09-10 16:20:45 +03:00
parent 0a3ab6a7dc
commit da29cecf7a
3 changed files with 11 additions and 3 deletions

View file

@ -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;