mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
RETROARCH: fixed core info path
This commit is contained in:
parent
387bb221b5
commit
a3edeb9f25
|
@ -2841,7 +2841,7 @@ kiosk_mode_enable = "false"
|
||||||
kiosk_mode_password = ""
|
kiosk_mode_password = ""
|
||||||
led_driver = "null"
|
led_driver = "null"
|
||||||
libretro_directory = "/var/config/retroarch/cores"
|
libretro_directory = "/var/config/retroarch/cores"
|
||||||
libretro_info_path = "/app/share/libretro/info"
|
libretro_info_path = "/var/config/retroarch/cores"
|
||||||
libretro_log_level = "1"
|
libretro_log_level = "1"
|
||||||
load_dummy_on_core_shutdown = "true"
|
load_dummy_on_core_shutdown = "true"
|
||||||
location_allow = "false"
|
location_allow = "false"
|
||||||
|
@ -3304,4 +3304,4 @@ xmb_shadows_enable = "true"
|
||||||
xmb_switch_icons = "true"
|
xmb_switch_icons = "true"
|
||||||
xmb_theme = "0"
|
xmb_theme = "0"
|
||||||
xmb_vertical_thumbnails = "false"
|
xmb_vertical_thumbnails = "false"
|
||||||
youtube_stream_key = ""
|
youtube_stream_key = ""
|
Loading…
Reference in a new issue