mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-27 19:51:48 +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";
|
var.key = "genesis_plus_gx_audio_filter";
|
||||||
environ_cb(RETRO_ENVIRONMENT_GET_VARIABLE, &var);
|
environ_cb(RETRO_ENVIRONMENT_GET_VARIABLE, &var);
|
||||||
{
|
{
|
||||||
if (!strcmp(var.value, "Lowpass"))
|
if (!strcmp(var.value, "low-pass"))
|
||||||
config.filter = 1;
|
config.filter = 1;
|
||||||
|
|
||||||
#if HAVE_EQ
|
#if HAVE_EQ
|
||||||
|
Loading…
Reference in New Issue
Block a user