minor fixes, moved pce_cdspeed core option above the volume options

This commit is contained in:
eadmaster 2020-09-21 13:35:32 +02:00
parent 94515e5786
commit fcaa11137f
2 changed files with 14 additions and 14 deletions

View File

@ -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)

View File

@ -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",