mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-10 21:05:12 +01:00
change the Lowpass core option to lowercase
change the Lowpass core option to lowercase for better consistence with other options
This commit is contained in:
parent
7a0af38584
commit
5cd8f6e7d3
@ -1045,7 +1045,7 @@ static void check_variables(void)
|
||||
var.key = "genesis_plus_gx_audio_filter";
|
||||
environ_cb(RETRO_ENVIRONMENT_GET_VARIABLE, &var);
|
||||
{
|
||||
if (!strcmp(var.value, "Lowpass"))
|
||||
if (!strcmp(var.value, "lowpass"))
|
||||
config.filter = 1;
|
||||
|
||||
#if HAVE_EQ
|
||||
@ -1638,7 +1638,7 @@ void retro_set_environment(retro_environment_t cb)
|
||||
{ "genesis_plus_gx_ym2413", "Master System FM; auto|disabled|enabled" },
|
||||
{ "genesis_plus_gx_dac_bits", "YM2612 DAC quantization; disabled|enabled" },
|
||||
{ "genesis_plus_gx_sound_output", "Sound output; mono|stereo" },
|
||||
{ "genesis_plus_gx_audio_filter", "Audio filter; disabled|Lowpass" },
|
||||
{ "genesis_plus_gx_audio_filter", "Audio filter; disabled|lowpass" },
|
||||
{ "genesis_plus_gx_lowpass_range", "Low-pass filter %; 60|65|70|75|80|85|90|95|5|10|15|20|25|30|35|40|45|50|55"},
|
||||
|
||||
#if HAVE_EQ
|
||||
|
Loading…
Reference in New Issue
Block a user