mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +00:00
Fix typo
This commit is contained in:
parent
c21fd538a9
commit
84cb05d4de
@ -1455,7 +1455,7 @@ static void command_event_restore_default_shader_preset(void)
|
||||
static bool command_event_save_auto_state(void)
|
||||
{
|
||||
char savestate_name_auto[PATH_MAX_LENGTH] = {0};
|
||||
bool ret = false;;
|
||||
bool ret = false;
|
||||
bool contentless = false;
|
||||
bool is_inited = false;
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
Loading…
Reference in New Issue
Block a user