mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-18 00:01:45 +00:00
JITs: Add EraseSingleBlock Function
This commit is contained in:
parent
d26dc1ba32
commit
46f8fe0eaf
12 changed files with 63 additions and 8 deletions
|
@ -40,6 +40,7 @@ public:
|
|||
// JitBase methods
|
||||
JitBaseBlockCache* GetBlockCache() override { return nullptr; }
|
||||
void Jit(u32 em_address) override {}
|
||||
void EraseSingleBlock(const JitBlock&) override {}
|
||||
const CommonAsmRoutinesBase* GetAsmRoutines() override { return nullptr; }
|
||||
virtual bool HandleFault(uintptr_t access_address, SContext* ctx) override
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue