mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 21:48:02 -05:00
General: Add better safety for JIT use.
This commit is contained in:
@ -42,10 +42,12 @@ public:
|
||||
|
||||
private:
|
||||
static void GuestThreadFunction(void* cpu_manager);
|
||||
static void GuestRewindFunction(void* cpu_manager);
|
||||
static void IdleThreadFunction(void* cpu_manager);
|
||||
static void SuspendThreadFunction(void* cpu_manager);
|
||||
|
||||
void RunGuestThread();
|
||||
void RunGuestLoop();
|
||||
void RunIdleThread();
|
||||
void RunSuspendThread();
|
||||
|
||||
|
Reference in New Issue
Block a user