mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-22 19:06:15 +08:00
fix: restore WaitSema loop guard boundary (#133)
This commit is contained in:
@@ -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
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user