summarylogtreecommitdiffstats
path: root/cfg.patch
diff options
context:
space:
mode:
authorOliver Jaksch2016-03-06 06:31:31 +0100
committerOliver Jaksch2016-03-06 06:31:31 +0100
commita75947b6ee340c4bdf4539394fb18285877d9207 (patch)
tree517ab9ff76e6f2bc899940b8ea47eb57767ae8a8 /cfg.patch
downloadaur-a75947b6ee340c4bdf4539394fb18285877d9207.tar.gz
Initial commit
Diffstat (limited to 'cfg.patch')
-rw-r--r--cfg.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/cfg.patch b/cfg.patch
new file mode 100644
index 000000000000..89779f2c0503
--- /dev/null
+++ b/cfg.patch
@@ -0,0 +1,17 @@
+diff -uNr atari800.orig/src/cfg.c atari800/src/cfg.c
+--- atari800.orig/src/cfg.c 2016-02-23 14:28:55.247008447 +0100
++++ atari800/src/cfg.c 2016-02-23 14:29:07.360269454 +0100
+@@ -68,11 +68,11 @@
+ /* If another default path config path is defined use it
+ otherwise use the default one */
+ #ifndef DEFAULT_CFG_NAME
+-#define DEFAULT_CFG_NAME ".atari800.cfg"
++#define DEFAULT_CFG_NAME ".atari800.cfg.libretro"
+ #endif
+
+ #ifndef SYSTEM_WIDE_CFG_FILE
+-#define SYSTEM_WIDE_CFG_FILE "/etc/atari800.cfg"
++#define SYSTEM_WIDE_CFG_FILE "/etc/atari800.cfg.libretro"
+ #endif
+
+ static char rtconfig_filename[FILENAME_MAX];