mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 15:42:25 -07: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