mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 23:18:10 +01:00
interface: Allow ClearCache to be called at any time
This commit is contained in:
parent
78f584c50a
commit
711b3e29d3
2 changed files with 21 additions and 5 deletions
|
|
@ -34,7 +34,7 @@ public:
|
|||
|
||||
/**
|
||||
* Clears the code cache of all compiled code.
|
||||
* Cannot be called from a callback.
|
||||
* Can be called at any time. Halts execution if called within a callback.
|
||||
*/
|
||||
void ClearCache();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue