mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
RA: enabled advanced settings
This commit is contained in:
parent
b80774e2c9
commit
28e8451a53
|
@ -2821,7 +2821,7 @@ menu_screensaver_timeout = "0"
|
||||||
menu_scroll_delay = "256"
|
menu_scroll_delay = "256"
|
||||||
menu_scroll_fast = "false"
|
menu_scroll_fast = "false"
|
||||||
menu_shader_pipeline = "2"
|
menu_shader_pipeline = "2"
|
||||||
menu_show_advanced_settings = "false"
|
menu_show_advanced_settings = "true"
|
||||||
menu_show_configurations = "true"
|
menu_show_configurations = "true"
|
||||||
menu_show_core_updater = "false"
|
menu_show_core_updater = "false"
|
||||||
menu_show_dump_disc = "true"
|
menu_show_dump_disc = "true"
|
||||||
|
|
|
@ -261,6 +261,9 @@ post_update() {
|
||||||
# Resetting es_systems, now we need it but in the future I should think a better solution, maybe with sed
|
# Resetting es_systems, now we need it but in the future I should think a better solution, maybe with sed
|
||||||
cp -fv /app/retrodeck/es_settings.xml /var/config/emulationstation/.emulationstation/es_settings.xml
|
cp -fv /app/retrodeck/es_settings.xml /var/config/emulationstation/.emulationstation/es_settings.xml
|
||||||
|
|
||||||
|
# 0.4 -> 0.5
|
||||||
|
# Saves migration - Part 1: Standalones
|
||||||
|
|
||||||
ra_init
|
ra_init
|
||||||
standalones_init
|
standalones_init
|
||||||
tools_init
|
tools_init
|
||||||
|
|
Loading…
Reference in a new issue