mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-24 22:42:58 +00:00
Interface: Added Jit::Reset to reset CPU state
This commit is contained in:
@@ -57,6 +57,12 @@ public:
|
||||
*/
|
||||
void ClearCache(bool poison_memory = true);
|
||||
|
||||
/**
|
||||
* Reset CPU state to state at startup. Does not clear code cache.
|
||||
* Cannot be called from a callback.
|
||||
*/
|
||||
void Reset();
|
||||
|
||||
/**
|
||||
* Stops execution in Jit::Run.
|
||||
* Can only be called from a callback.
|
||||
|
||||
Reference in New Issue
Block a user