fix JIT for code in VRAM

apparantely Pokemon B/W needs this
fixes #708
This commit is contained in:
RSDuck 2020-08-09 13:29:04 +02:00
parent e4b1526b47
commit 36bdb591be
1 changed files with 1 additions and 0 deletions

View File

@ -773,6 +773,7 @@ bool GetMirrorLocation(int region, u32 num, u32 addr, u32& memoryOffset, u32& mi
{
mirrorStart = addr & ~0xFFFFF;
mirrorSize = 0x100000;
return true;
}
return false;
case memregion_VWRAM: