mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Fix an uninitialized variable warning on OSX
This commit is contained in:
parent
66427db631
commit
ca28e17e94
@ -315,6 +315,9 @@ static char** waiting_argv;
|
||||
case 3:
|
||||
cmd = RARCH_CMD_SAVE_STATE;
|
||||
break;
|
||||
default:
|
||||
cmd = RARCH_CMD_NONE;
|
||||
break;
|
||||
}
|
||||
|
||||
rarch_main_command(cmd);
|
||||
|
Loading…
x
Reference in New Issue
Block a user