blob: 564b42b0f91f4c6fa5a088170f9d7a99f79d2e88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- /src/main.c 2022-11-12 16:00:02.304722696 +0100
+++ /src/main.c 2022-11-12 16:00:53.152202388 +0100
@@ -519,7 +519,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.
|