summarylogtreecommitdiffstats
path: root/modify-base-path.patch
diff options
context:
space:
mode:
authorjuju21432019-09-20 17:03:39 -0400
committerjuju21432019-09-20 17:03:39 -0400
commitcfb760587436e6a049c1b57e2ea731ae7e487c99 (patch)
treecf2e6858cd59072189728c91fc86bed08d65a8c2 /modify-base-path.patch
parentd8c90758c90aa38415a0cad515d6e2cdfe111ebf (diff)
downloadaur-cfb760587436e6a049c1b57e2ea731ae7e487c99.tar.gz
Update for r31
Diffstat (limited to 'modify-base-path.patch')
-rw-r--r--modify-base-path.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/modify-base-path.patch b/modify-base-path.patch
new file mode 100644
index 000000000000..00a356f0b305
--- /dev/null
+++ b/modify-base-path.patch
@@ -0,0 +1,11 @@
+--- main.c.old 2019-09-20 16:32:26.460096000 -0400
++++ main.c 2019-09-20 16:32:10.830095139 -0400
+@@ -303,7 +303,7 @@
+
+ run_after_load = false;
+
+- char *base_path = SDL_GetBasePath();
++ char *base_path = "/usr/share/x16-rom/";
+
+ // This causes the emulator to load ROM data from the executable's directory when
+ // no ROM file is specified on the command line.