mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-10 21:05:12 +01:00
[libretro] fixed typo regarding latest filter setting field name change
This commit is contained in:
parent
94103569ff
commit
07b01ca52b
@ -1036,7 +1036,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, "low-pass"))
|
||||
config.filter = 1;
|
||||
|
||||
#if HAVE_EQ
|
||||
|
Loading…
Reference in New Issue
Block a user