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
snes9x
Commits
0a94eaa6
Commit
0a94eaa6
authored
Mar 07, 2022
by
BearOso
Browse files
Revert "LoROM: Don't map SRAM if size is 0."
This reverts commit
386bfe0a
.
parent
7e97bb59
Changes
1
Hide whitespace changes
Inline
Side-by-side
memmap.cpp
View file @
0a94eaa6
...
...
@@ -2811,9 +2811,6 @@ void CMemory::map_LoROMSRAM (void)
{
uint32
hi
;
if
(
SRAMSize
==
0
)
return
;
if
(
ROMSize
>
11
||
SRAMSize
>
5
)
hi
=
0x7fff
;
else
...
...
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