retroarch-config.patch 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. diff -rupN RetroArch.orig/retroarch.cfg RetroArch/retroarch.cfg
  2. --- RetroArch.orig/retroarch.cfg 2018-11-14 10:16:14.586946273 +0100
  3. +++ RetroArch/retroarch.cfg 2018-11-14 10:15:09.879807008 +0100
  4. @@ -625,7 +625,7 @@
  5. # menu_show_online_updater = true
  6. # If disabled, will hide the ability to update cores (and core info files) inside the menu.
  7. -# menu_show_core_updater = true
  8. +menu_show_core_updater = false
  9. # If disabled, the libretro core will keep running in the background when we
  10. # are in the menu.
  11. @@ -754,7 +754,7 @@
  12. # Assets directory. This location is queried by default when menu interfaces try to look for
  13. # loadable assets, etc.
  14. -# assets_directory =
  15. +assets_directory = /usr/share/retroarch/assets
  16. # Dynamic wallpapers directory. The place to store the wallpapers dynamically
  17. # loaded by the menu depending on context.
  18. @@ -767,10 +767,10 @@
  19. # rgui_browser_directory =
  20. # Core directory for libretro core implementations.
  21. -# libretro_directory =
  22. +libretro_directory = /usr/lib/libretro
  23. # Core info directory for libretro core information.
  24. -# libretro_info_path =
  25. +libretro_info_path = /usr/share/libretro/info
  26. # Path to content database directory.
  27. # content_database_path =
  28. @@ -782,13 +782,13 @@
  29. # cheat_database_path =
  30. # Defines a directory where CPU-based video filters are kept.
  31. -# video_filter_dir =
  32. +video_filter_dir = /usr/lib/retroarch/filters/video
  33. # Directory where DSP plugins are kept.
  34. -# audio_filter_dir =
  35. +audio_filter_dir = /usr/lib/retroarch/filters/audio
  36. # Defines a directory where shaders (Cg, CGP, GLSL) are kept for easy access.
  37. -# video_shader_dir =
  38. +video_shader_dir = /usr/share/libretro/shaders
  39. # Recording output directory. Where recordings are saved.
  40. # recording_output_directory =