mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-22 11:53:43 +00:00
hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user