mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 11:05:46 +00:00
General: Add better safety for JIT use.
This commit is contained in:
parent
7932cf9617
commit
78eeea9f17
5 changed files with 39 additions and 7 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue