Remove some unused/unnecessary code

This commit is contained in:
Henrik Rydgård 2022-12-03 11:20:00 +01:00
parent 92df6b832c
commit 0f12d44e59
11 changed files with 0 additions and 36 deletions

View file

@ -599,7 +599,6 @@ void PSP_RunLoopUntil(u64 globalticks) {
}
mipsr4k.RunLoopUntil(globalticks);
gpu->CleanupBeforeUI();
}
void PSP_RunLoopFor(int cycles) {