mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-05 04:05:27 +02:00
Another batch of log cleanup
This commit is contained in:
@@ -2030,7 +2030,7 @@ int __KernelGPUReplay() {
|
||||
}
|
||||
|
||||
// Return 0 for normal looping, 1 for break.
|
||||
return result == GPURecord::ReplayResult::Break ? 1 : 0;
|
||||
return hleNoLog(result == GPURecord::ReplayResult::Break ? 1 : 0);
|
||||
}
|
||||
|
||||
int sceKernelLoadExec(const char *filename, u32 paramPtr) {
|
||||
|
||||
Reference in New Issue
Block a user