mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 13:31:18 +12:00
Make codebase more CPU-agnostic + MacOS disclaimer (#559)
This commit is contained in:
parent
445b0afa95
commit
2c81d240a5
26 changed files with 416 additions and 272 deletions
|
@ -83,7 +83,7 @@ void hleExport_xcx_enterCriticalSection(PPCInterpreter_t* hCPU)
|
|||
osLib_returnFromFunction(hCPU, 0);
|
||||
return;
|
||||
}
|
||||
_mm_pause();
|
||||
_mm_pause();
|
||||
}
|
||||
PPCCore_switchToScheduler();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue