mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 08:15:46 +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
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue