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
desmume
Commits
689f69d8
Commit
689f69d8
authored
May 30, 2009
by
zeromus
Browse files
port r2210 from trunk which fixes mariokart emu crash
parent
78c9e6d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MMU.cpp
View file @
689f69d8
...
...
@@ -372,7 +372,7 @@ static FORCEINLINE u32 MMU_LCDmap(u32 addr, bool& unmapped)
unmapped
=
true
;
return
0
;
}
return
LCDC_HACKY_LOCATION
+
(
vram_arm7_map
[
bank
]
<<
1
7
)
+
ofs
;
return
LCDC_HACKY_LOCATION
+
(
vram_arm7_map
[
bank
]
<<
1
4
)
+
ofs
;
}
//handle LCD memory mirroring
...
...
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