summarylogtreecommitdiffstats
path: root/modify-base-path.patch
blob: 00a356f0b30599f6f24513eaf6332b1c48c54f5e (plain)
1
2
3
4
5
6
7
8
9
10
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.