Updated RGUI (markdown)
parent
3b6f73efe5
commit
c5f7689ac0
3
RGUI.md
3
RGUI.md
|
@ -42,6 +42,9 @@ By default, RetroArch looks for a config in various places depending on OS:
|
|||
|
||||
To override this, use `retroarch --config customconfig.cfg`. If you have some special options you want to store in separate config files you can use `retroarch --config baseconfig.cfg --appendconfig specialconfig.cfg`. See man-page and/or `--help` for detail.
|
||||
|
||||
To help creating configs with a GUI, RetroArch-Phoenix is a suitable frontend.
|
||||
The config file with all options are documented [here](https://raw.github.com/Themaister/RetroArch/master/retroarch.cfg). On Linux and OSX, it is normally installed to `/etc/retroarch.cfg`. On Windows released you'll find it in the directory along with `retroarch.exe` after a fresh zip extraction (it quickly gets overwritten).
|
||||
|
||||
### Warning
|
||||
While you are changing settings in runtime, they are not saved to disk afterwards on PC.
|
||||
By design, the config file is considered immutable as it is likely maintained by the user,
|
||||
|
|
Loading…
Reference in New Issue