mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
11 lines
367 B
C
11 lines
367 B
C
--- src/main.c.orig 2022-04-16 06:55:20 UTC
|
|
+++ src/main.c
|
|
@@ -475,7 +475,7 @@ main(int argc, char **argv)
|
|
|
|
run_after_load = false;
|
|
|
|
- char *base_path = SDL_GetBasePath();
|
|
+ char *base_path = "%%PREFIX%%/share/x16-emulator/";
|
|
|
|
// This causes the emulator to load ROM data from the executable's directory when
|
|
// no ROM file is specified on the command line.
|