mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 05:15:47 +00:00
hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.
This commit is contained in:
parent
276a0f7b8c
commit
aaffe73f47
15 changed files with 124 additions and 72 deletions
|
@ -74,6 +74,9 @@ public:
|
|||
/// Resets the kernel to a clean slate for use.
|
||||
void Initialize();
|
||||
|
||||
/// Initializes the CPU cores.
|
||||
void InitializeCores();
|
||||
|
||||
/// Clears all resources in use by the kernel instance.
|
||||
void Shutdown();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue