freebsd-ports/emulators/x16-emulator/files/patch-src_main.c
Max Brazhnikov 313f9552c4 emulators/x16-emulator: Update to r43
* Update Commander X16 emulator and rom to r43
* Update WWW/GH_ACCOUNT - the project has moved to new account
2023-07-12 13:51:06 +03:00

11 lines
367 B
C

--- src/main.c.orig 2023-05-17 05:45:51 UTC
+++ src/main.c
@@ -575,7 +575,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.