mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 04:07:57 -05: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