From 15c20379b45f79f7ef3f5f0a0f479c7b86e22b05 Mon Sep 17 00:00:00 2001 From: Themaister Date: Mon, 29 Apr 2013 15:02:06 -0700 Subject: [PATCH] Updated RGUI (markdown) --- RGUI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RGUI.md b/RGUI.md index b2c6307..80ca5f8 100644 --- a/RGUI.md +++ b/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.