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-pce-libretro
Commits
7640f38b
Unverified
Commit
7640f38b
authored
May 10, 2019
by
funbars
Committed by
GitHub
May 10, 2019
Browse files
games express cd bios
parent
d511c6b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
mednafen/settings.cpp
View file @
7640f38b
...
...
@@ -38,6 +38,7 @@ int setting_pce_multitap = 1;
int
setting_pce_scaling
=
0
;
uint32_t
setting_pce_cdspeed
=
1
;
std
::
string
setting_pce_cdbios
=
"syscard3.pce"
;
std
::
string
setting_pce_gecdbios
=
"gexpress.pce"
;
uint64
MDFN_GetSettingUI
(
const
char
*
name
)
{
...
...
@@ -135,6 +136,8 @@ std::string MDFN_GetSettingS(const char *name)
{
if
(
!
strcmp
(
"pce.cdbios"
,
name
))
return
setting_pce_cdbios
;
if
(
!
strcmp
(
"pce.gecdbios"
,
name
))
return
setting_pce_gecdbios
;
/* FILESYS */
if
(
!
strcmp
(
"filesys.path_firmware"
,
name
))
return
retro_base_directory
;
...
...
mednafen/settings.h
View file @
7640f38b
...
...
@@ -20,6 +20,7 @@ extern int setting_pce_multitap;
extern
int
setting_pce_scaling
;
extern
uint32_t
setting_pce_cdspeed
;
extern
std
::
string
setting_pce_cdbios
;
extern
std
::
string
setting_pce_gecdbios
;
// This should assert() or something if the setting isn't found, since it would
// be a totally tubular error!
...
...
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