mirror of
https://github.com/libretro/RetroArch
synced 2025-03-24 04:44:02 +00:00
(Menu) Forgot that
This commit is contained in:
parent
6b3a8112d1
commit
60f9f8329c
@ -2855,7 +2855,7 @@ bool config_save_file(const char *path)
|
||||
|
||||
#ifdef HAVE_LAKKA
|
||||
if (settings->ssh_enable)
|
||||
fclose(LAKKA_SSH_PATH, "w");
|
||||
fclose(fopen(LAKKA_SSH_PATH, "w"));
|
||||
else
|
||||
remove(LAKKA_SSH_PATH);
|
||||
#endif
|
||||
|
@ -3090,7 +3090,7 @@ static void ssh_enable_toggle_change_handler(void *data)
|
||||
return;
|
||||
|
||||
if (settings && settings->ssh_enable)
|
||||
fclose(LAKKA_SSH_PATH, "w");
|
||||
fclose(fopen(LAKKA_SSH_PATH, "w"));
|
||||
else
|
||||
remove(LAKKA_SSH_PATH);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user