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
beetle-saturn-libretro
Commits
7cfce3b7
Commit
7cfce3b7
authored
Dec 12, 2020
by
David Walters
Browse files
Default to no cartridge inserted in auto-detect mode; saves a ton of wasted storage space.
parent
fd9461e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
libretro.cpp
View file @
7cfce3b7
...
...
@@ -1963,7 +1963,7 @@ static bool MDFNI_LoadGame( const char *name )
// .. safe defaults
region
=
SMPC_AREA_NA
;
cart_type
=
CART_
BACKUP_MEM
;
cart_type
=
CART_
NONE
;
cpucache_emumode
=
CPUCACHE_EMUMODE_DATA
;
// always set this.
...
...
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