Skip to content

Commit 0e84847

Browse files
authored
Merge pull request #3754 from cmitu/retroarch-1.16.0
retroarch: upgrade to v1.16.0
2 parents 00511fe + 05f6397 commit 0e84847

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scriptmodules/emulators/retroarch.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rp_module_id="retroarch"
1313
rp_module_desc="RetroArch - frontend to the libretro emulator cores - required by all lr-* emulators"
1414
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"
1616
rp_module_section="core"
1717

1818
function depends_retroarch() {
@@ -257,6 +257,8 @@ function configure_retroarch() {
257257
iniSet "menu_show_load_content_animation" "false"
258258
# disable core cache file
259259
iniSet "core_info_cache_enable" "false"
260+
# disable game runtime logging
261+
iniSet "content_runtime_log" "false"
260262

261263
# disable unnecessary xmb menu tabs
262264
iniSet "xmb_show_add" "false"

0 commit comments

Comments
 (0)