This commit is contained in:
wheremyfoodat
2023-07-11 02:50:24 +03:00
3 changed files with 4 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ void GPUService::reset() {
interruptEvent = std::nullopt;
gspThreadCount = 0;
sharedMem = nullptr;
registerInterruptRelayQueueBeenHere = false;
}
void GPUService::handleSyncRequest(u32 messagePointer) {