mirror of https://github.com/snes9xgit/snes9x.git
libretro: Fix sprite limit name.
This commit is contained in:
parent
d2183af371
commit
e3220953c4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue