[libretro] fixed typo regarding latest filter setting field name change

This commit is contained in:
EkeEke 2017-09-21 09:22:27 +02:00
parent 94103569ff
commit 07b01ca52b

View File

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