fix: restore WaitSema loop guard boundary (#133)

This commit is contained in:
Kushida
2026-07-14 15:07:25 +03:00
committed by GitHub
parent d43edc865a
commit 884584da67
@@ -1082,7 +1082,7 @@ public sealed partial class DirectExecutionBackend
"1jfXLRVzisc" => true, // sceKernelUsleep "1jfXLRVzisc" => true, // sceKernelUsleep
"QcteRwbsnV0" => true, // usleep "QcteRwbsnV0" => true, // usleep
"n88vx3C5nW8" => true, // gettimeofday "n88vx3C5nW8" => true, // gettimeofday
"Zxa0VhQVIsk" => true, "Zxa0VhQVTsk" => true, // sceKernelWaitSema
"T72hz6ffq08" => true, // scePthreadYield "T72hz6ffq08" => true, // scePthreadYield
_ => false _ => false
}; };