mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 12:22:40 +00: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