diff -rupN RetroArch-1.6.4.orig/retroarch.cfg RetroArch-1.6.4/retroarch.cfg --- RetroArch-1.6.4.orig/retroarch.cfg 2017-08-07 14:46:09.000000000 -0230 +++ RetroArch-1.6.4/retroarch.cfg 2017-08-22 23:04:54.990202434 -0230 @@ -41,10 +41,10 @@ # libretro_path = "/path/to/libretro.so" # A directory for where to search for libretro core implementations. -# libretro_directory = +# libretro_directory = /usr/lib/libretro # A directory for where to search for libretro core information. -# libretro_info_path = +# libretro_info_path = /usr/share/libretro/info # Sets log level for libretro cores (GET_LOG_INTERFACE). # If a log level issued by a libretro core is below libretro_log_level, it is ignored. @@ -104,7 +104,7 @@ # Assets directory. This location is queried by default when menu interfaces try to look for # loadable assets, etc. -# assets_directory = +# assets_directory = /usr/share/retroarch/assets # Dynamic wallpapers directory. The place to store the wallpapers dynamically # loaded by the menu depending on context. @@ -235,7 +235,7 @@ # video_shader_enable = false # Defines a directory where shaders (Cg, CGP, GLSL) are kept for easy access. -# video_shader_dir = +# video_shader_dir = /usr/share/libretro/shaders # CPU-based video filter. Path to a dynamic library. # video_filter = @@ -411,7 +411,7 @@ # Input binds which are made explicit (input_playerN_*_btn/axis) will take priority over autoconfigs. # Autoconfigs can be created with retroarch-joyconfig, manually, or with a frontend. # Requires input_autodetect_enable to be enabled. -# joypad_autoconfig_dir = +# joypad_autoconfig_dir = /usr/share/retroarch/autoconfig # Sets which libretro device is used for a user. # Devices are indentified with a number. @@ -652,7 +652,7 @@ # menu_driver = "rgui" # If disabled, will hide 'Online Updater' inside the menu. -# menu_show_online_updater = true +# menu_show_online_updater = false # If disabled, will hide the ability to update cores (and core info files) inside the menu. # menu_show_core_updater = true