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
42b6b8a2
Commit
42b6b8a2
authored
Aug 13, 2016
by
Libretro-Admin
Browse files
Cleanups
parent
be9cde1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
mednafen/settings.cpp
View file @
42b6b8a2
...
...
@@ -106,22 +106,6 @@ bool MDFN_GetSettingB(const char *name)
/* LIBRETRO */
if
(
!
strcmp
(
"libretro.cd_load_into_ram"
,
name
))
return
0
;
if
(
!
strcmp
(
"psx.input.port1.memcard"
,
name
))
return
1
;
if
(
!
strcmp
(
"psx.input.port2.memcard"
,
name
))
return
1
;
if
(
!
strcmp
(
"psx.input.port3.memcard"
,
name
))
return
1
;
if
(
!
strcmp
(
"psx.input.port4.memcard"
,
name
))
return
1
;
if
(
!
strcmp
(
"psx.input.port5.memcard"
,
name
))
return
1
;
if
(
!
strcmp
(
"psx.input.port6.memcard"
,
name
))
return
1
;
if
(
!
strcmp
(
"psx.input.port7.memcard"
,
name
))
return
1
;
if
(
!
strcmp
(
"psx.input.port8.memcard"
,
name
))
return
1
;
if
(
!
strcmp
(
"psx.input.pport1.multitap"
,
name
))
/* make configurable */
return
setting_psx_multitap_port_1
;
if
(
!
strcmp
(
"psx.input.pport2.multitap"
,
name
))
/* make configurable */
...
...
@@ -156,7 +140,7 @@ std::string MDFN_GetSettingS(const char *name)
return
std
::
string
(
"sega_101.bin"
);
if
(
!
strcmp
(
"ss.bios_na_eu"
,
name
))
return
std
::
string
(
"mpr-17933.bin"
);
if
(
!
strcmp
(
"
psx
.region_default"
,
name
))
/* make configurable */
if
(
!
strcmp
(
"
ss
.region_default"
,
name
))
/* make configurable */
return
"na"
;
/* FILESYS */
if
(
!
strcmp
(
"filesys.path_firmware"
,
name
))
...
...
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