libretro: Fix sprite limit name.

This commit is contained in:
Brandon Wright 2018-08-07 11:44:55 -05:00
parent d2183af371
commit e3220953c4
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ static void update_variables(void)
}
Settings.MaxSpriteTilesPerLine = 34;
var.key="snes9x_overclock_cycles";
var.key="snes9x_reduce_sprite_flicker";
var.value=NULL;
if (environ_cb(RETRO_ENVIRONMENT_GET_VARIABLE, &var) && var.value)
if (strcmp(var.value, "enabled") == 0)