mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-05 05:58:19 +01:00
A32: Allow cleaning up exclusive state from the interface.
This function is normally required for emulating certain OS mechanisms.
This commit is contained in:
parent
df58a429ee
commit
2fa1c1d13c
2 changed files with 11 additions and 0 deletions
|
|
@ -87,6 +87,9 @@ public:
|
|||
void SaveContext(Context&) const;
|
||||
void LoadContext(const Context&);
|
||||
|
||||
/// Clears exclusive state for this core.
|
||||
void ClearExclusiveState();
|
||||
|
||||
/**
|
||||
* Returns true if Jit::Run was called but hasn't returned yet.
|
||||
* i.e.: We're in a callback.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue