Updated RGUI (markdown)
parent
c5f7689ac0
commit
15c20379b4
2
RGUI.md
2
RGUI.md
|
@ -43,7 +43,7 @@ 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).
|
||||
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 releases 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.
|
||||
|
|
Loading…
Reference in New Issue