RetroPie / RetroPie-Setup

Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores
Other
9.99k stars 1.38k forks source link

retroarch: add back the commented config #3903

Closed cmitu closed 2 months ago

cmitu commented 2 months ago

Previous commit removed the retroarch.cfg from upstream. While the configuration will set the right options in a new config file, we traditionally used the upstream's config as starting point, since it's largely commented and provides pointers for various configuration options.

Restore the previous behavior by including the upstream retroarch.cfg in $md_inst, since the makefile doesn't copy it during the install target.