File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 12
12
rp_module_id=" retroarch"
13
13
rp_module_desc=" RetroArch - frontend to the libretro emulator cores - required by all lr-* emulators"
14
14
rp_module_licence=" GPL3 https://raw.githubusercontent.com/libretro/RetroArch/master/COPYING"
15
- rp_module_repo=" git https://github.com/retropie/RetroArch.git retropie-v1.15 .0"
15
+ rp_module_repo=" git https://github.com/retropie/RetroArch.git retropie-v1.16 .0"
16
16
rp_module_section=" core"
17
17
18
18
function depends_retroarch() {
@@ -257,6 +257,8 @@ function configure_retroarch() {
257
257
iniSet " menu_show_load_content_animation" " false"
258
258
# disable core cache file
259
259
iniSet " core_info_cache_enable" " false"
260
+ # disable game runtime logging
261
+ iniSet " content_runtime_log" " false"
260
262
261
263
# disable unnecessary xmb menu tabs
262
264
iniSet " xmb_show_add" " false"
You can’t perform that action at this time.
0 commit comments