summarylogtreecommitdiffstats
path: root/modify-base-path.patch
blob: 902d58d912271ad038280e6210143ec45181f636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/main.c b/src/main.c
index 6943e0c..f78306e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -508,7 +508,7 @@ main(int argc, char **argv)
 
 	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.