mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Merge pull request #1158 from comex/its-like-i-have-it-out-for-jitil-or-something
Fix fastmem in JitIL after 755bd2c4
.
This commit is contained in:
@ -58,8 +58,6 @@ public:
|
|||||||
|
|
||||||
JitBlockCache *GetBlockCache() override { return &blocks; }
|
JitBlockCache *GetBlockCache() override { return &blocks; }
|
||||||
|
|
||||||
bool HandleFault(uintptr_t access_address, SContext* ctx) override { return false; }
|
|
||||||
|
|
||||||
void ClearCache() override;
|
void ClearCache() override;
|
||||||
const u8 *GetDispatcher()
|
const u8 *GetDispatcher()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user