mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-18 22:42:58 +00:00
dynarmic: Remove poison_memory ClearCache parameter (#1)
Unused since the switch to Xbyak
This commit is contained in:
@@ -35,9 +35,8 @@ public:
|
||||
/**
|
||||
* Clears the code cache of all compiled code.
|
||||
* Cannot be called from a callback.
|
||||
* @param poison_memory If true, poisons memory to crash if any stray code pointers are called.
|
||||
*/
|
||||
void ClearCache(bool poison_memory = true);
|
||||
void ClearCache();
|
||||
|
||||
/**
|
||||
* Reset CPU state to state at startup. Does not clear code cache.
|
||||
|
||||
Reference in New Issue
Block a user