a6e23b2240
It supports almost every system (Consoles, Handheld, and Arcade) with very verbose ROM information, ROM and SRAM convertion to various backup tool formats, IPS/APS/BSL/PPF patching, bad dump detection via RomCenter DAT files, and more. WWW: http://ucon64.sourceforge.net/ PR: ports/177042 Submitted by: Nicole Reid <nicole@cooltrainer.org>
11 lines
392 B
C
11 lines
392 B
C
--- ucon64_misc.c.orig 2013-02-24 22:48:15.577943937 -0800
|
|
+++ ucon64_misc.c 2013-02-24 22:51:28.521008805 -0800
|
|
@@ -1698,7 +1698,7 @@
|
|
#elif defined __APPLE__ // Mac OS X actually
|
|
"~/.ucon64/discmage.dylib",
|
|
#elif defined __unix__ || defined __BEOS__
|
|
- "~/.ucon64/discmage.so",
|
|
+ "%%PREFIX%%/lib/libdiscmage.so",
|
|
#else
|
|
"",
|
|
#endif
|