mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +00:00
(Menu) More ifdef for Lakka Services, and create files with w mode.
This commit is contained in:
parent
24af521bf1
commit
d5816cb298
@ -3345,8 +3345,10 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_CORE_UPDATER_SETTINGS), PARSE_ONLY_GROUP, false);
|
||||
ret = menu_displaylist_parse_settings(menu, info,
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_NETWORK_SETTINGS), PARSE_ONLY_GROUP, false);
|
||||
#ifdef HAVE_LAKKA
|
||||
ret = menu_displaylist_parse_settings(menu, info,
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_LAKKA_SERVICES), PARSE_ONLY_GROUP, false);
|
||||
#endif
|
||||
ret = menu_displaylist_parse_settings(menu, info,
|
||||
menu_hash_to_str(MENU_LABEL_PLAYLIST_SETTINGS), PARSE_ACTION, false);
|
||||
ret = menu_displaylist_parse_settings(menu, info,
|
||||
|
@ -3090,7 +3090,7 @@ static void ssh_enable_toggle_change_handler(void *data)
|
||||
return;
|
||||
|
||||
if (settings && settings->ssh_enable)
|
||||
fopen(LAKKA_SSH_PATH, "ab+");
|
||||
fopen(LAKKA_SSH_PATH, "w");
|
||||
else
|
||||
remove(LAKKA_SSH_PATH);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user