diff options
Diffstat (limited to 'games-emulation/pcsx/files/1.5-gentoo.patch')
-rw-r--r-- | games-emulation/pcsx/files/1.5-gentoo.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-emulation/pcsx/files/1.5-gentoo.patch b/games-emulation/pcsx/files/1.5-gentoo.patch new file mode 100644 index 000000000000..e490758f64af --- /dev/null +++ b/games-emulation/pcsx/files/1.5-gentoo.patch @@ -0,0 +1,11 @@ +--- Linux/LnxMain.c.orig 2003-08-14 00:55:01.529872992 -0400 ++++ Linux/LnxMain.c 2003-08-14 00:54:56.000000000 -0400 +@@ -48,7 +48,7 @@ + bindtextdomain(PACKAGE, "./Langs"); + textdomain(PACKAGE); + #endif +- strcpy(cfgfile, "Pcsx.cfg"); ++ sprintf(cfgfile, "%s/.pcsx/config", getenv("HOME")); + + for (i=1; i<argc; i++) { + if (!strcmp(argv[i], "-runcd")) runcd = 1; |