mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-26 17:40:40 +00:00
minor fixes, moved pce_cdspeed core option above the volume options
This commit is contained in:
parent
94515e5786
commit
fcaa11137f
@ -1174,7 +1174,7 @@ static int turbo_counter[MAX_PLAYERS][MAX_BUTTONS] = {};
|
||||
static int Turbo_Delay;
|
||||
static int Turbo_Toggling = 1;
|
||||
static bool turbo_toggle_alt = false;
|
||||
static int psg_channels_volume[6] = { 100 };
|
||||
static int psg_channels_volume[6] = { 100, 100, 100, 100, 100, 100 };
|
||||
static int turbo_toggle_down[MAX_PLAYERS][MAX_BUTTONS] = {};
|
||||
|
||||
static void check_variables(void)
|
||||
|
@ -228,6 +228,19 @@ struct retro_core_option_definition option_defs_us[] = {
|
||||
},
|
||||
"disabled"
|
||||
},
|
||||
{
|
||||
"pce_cdspeed",
|
||||
"(CD) CD Speed",
|
||||
"Set the speed of the emulated CD drive.",
|
||||
{
|
||||
{ "1", NULL },
|
||||
{ "2", NULL },
|
||||
{ "4", NULL },
|
||||
{ "8", NULL },
|
||||
{ NULL, NULL },
|
||||
},
|
||||
"1"
|
||||
},
|
||||
{
|
||||
"pce_cddavolume",
|
||||
"(CD) CDDA Volume %",
|
||||
@ -438,19 +451,6 @@ struct retro_core_option_definition option_defs_us[] = {
|
||||
},
|
||||
"100"
|
||||
},
|
||||
{
|
||||
"pce_cdspeed",
|
||||
"(CD) CD Speed",
|
||||
"Set the speed of the emulated CD drive.",
|
||||
{
|
||||
{ "1", NULL },
|
||||
{ "2", NULL },
|
||||
{ "4", NULL },
|
||||
{ "8", NULL },
|
||||
{ NULL, NULL },
|
||||
},
|
||||
"1"
|
||||
},
|
||||
{
|
||||
"pce_mouse_sensitivity",
|
||||
"Mouse Sensitivity",
|
||||
|
Loading…
Reference in New Issue
Block a user