mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
Emulator and rom for Commander X16 - modern 8-bit computer inspired by Commodore 64. WWW: https://github.com/commanderx16
11 lines
359 B
C
11 lines
359 B
C
--- main.c.orig 2020-01-22 19:56:11 UTC
|
|
+++ main.c
|
|
@@ -442,7 +442,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.
|