1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 11:10:32 -04:00
ports/emulators/pcsxr/files/patch-gui-LnxMain.c
Li-Wen Hsu 9a4ee93491 Add pcsxr 1.9.91, playstation (PSX) emulator.
PR:		ports/147849
Submitted by:	Ganael Laplanche <ganael.laplanche at martymac.com>
2010-08-22 14:15:00 +00:00

21 lines
769 B
C

--- gui/LnxMain.c.orig 2010-06-01 07:51:28.324517082 +0000
+++ gui/LnxMain.c 2010-06-01 08:01:34.204348317 +0000
@@ -186,6 +186,9 @@
gchar *currentdir;
// scan some default locations to find plugins
+ ScanPlugins("%%PREFIX%%/lib/pcsxr/");
+ ScanPlugins("%%PREFIX%%/lib/pcsxr/lib");
+ ScanPlugins("%%PREFIX%%/lib/pcsxr/config");
ScanPlugins("/usr/lib/games/psemu/");
ScanPlugins("/usr/lib/games/psemu/lib/");
ScanPlugins("/usr/lib/games/psemu/config/");
@@ -211,6 +214,8 @@
ScanPlugins(DEF_PLUGIN_DIR "/config");
// scan some default locations to find bioses
+ ScanBios("%%PREFIX%%/lib/pcsxr/");
+ ScanBios("%%PREFIX%%/lib/pcsxr/bios");
ScanBios("/usr/lib/games/psemu");
ScanBios("/usr/lib/games/psemu/bios");
ScanBios("/usr/lib64/games/psemu");