mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-04 21:55:06 +01:00
dynarmic: Remove poison_memory ClearCache parameter (#1)
Unused since the switch to Xbyak
This commit is contained in:
parent
7e3c981974
commit
fb6d838bd9
4 changed files with 6 additions and 7 deletions
|
|
@ -21,7 +21,7 @@ public:
|
|||
explicit BlockOfCode(UserCallbacks cb);
|
||||
|
||||
/// Clears this block of code and resets code pointer to beginning.
|
||||
void ClearCache(bool poison_memory);
|
||||
void ClearCache();
|
||||
|
||||
/// Runs emulated code for approximately `cycles_to_run` cycles.
|
||||
size_t RunCode(JitState* jit_state, CodePtr basic_block, size_t cycles_to_run) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue