clamping logic + sdr fix + rsp.status gets written the same way as RSP::Write on RSP::MTC0

This commit is contained in:
CocoSimone
2022-09-25 22:02:31 +02:00
parent c0fa20b10f
commit a711093b55
11 changed files with 55 additions and 59 deletions

View File

@@ -43,8 +43,8 @@ void App::Run() {
char* droppedDir = event.drop.file;
if(droppedDir) {
LoadROM(droppedDir);
free(droppedDir);
}
free(droppedDir);
} break;
}
}