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
vbam-libretro
Commits
06979221
Commit
06979221
authored
Jan 29, 2019
by
retro-wertz
Committed by
Rafael Kitover
Jan 29, 2019
Browse files
Update libretro.cpp
parent
4700a2c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libretro/libretro.cpp
View file @
06979221
...
...
@@ -746,7 +746,7 @@ static void load_image_preferences(void)
buffer
[
4
]
=
0
;
cpuSaveType
=
GBA_SAVE_AUTO
;
flashSize
=
0x10000
;
flashSize
=
65536
;
eepromSize
=
512
;
rtcEnabled
=
false
;
mirroringEnable
=
false
;
...
...
@@ -790,7 +790,7 @@ static void load_image_preferences(void)
saveType
=
cpuSaveType
;
if
(
flashSize
==
0x10000
||
flashSize
==
0x20000
)
if
(
flashSize
==
65536
||
flashSize
==
131072
)
flashSetSize
(
flashSize
);
rtcEnable
(
rtcEnabled
);
...
...
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