Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
melonDS
Commits
36bdb591
Commit
36bdb591
authored
Aug 09, 2020
by
RSDuck
Browse files
fix JIT for code in VRAM
apparantely Pokemon B/W needs this fixes #708
parent
e4b1526b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ARMJIT_Memory.cpp
View file @
36bdb591
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment