mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 13:27:58 -05:00
hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.
This commit is contained in:
@ -64,6 +64,9 @@ public:
|
||||
/// Step CPU by one instruction
|
||||
virtual void Step() = 0;
|
||||
|
||||
/// Exits execution from a callback, the callback must rewind the stack
|
||||
virtual void ExceptionalExit() = 0;
|
||||
|
||||
/// Clear all instruction cache
|
||||
virtual void ClearInstructionCache() = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user