Another batch of log cleanup

This commit is contained in:
Henrik Rydgård
2025-01-28 09:31:38 +01:00
parent 7db68d50bb
commit 3ce72f87d3
10 changed files with 116 additions and 168 deletions
+1 -1
View File
@@ -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) {