diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-14 14:14:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-14 14:14:52 +0000 |
commit | f3a5cd583a4c61b72b7e9a7fdffbfde2bc5906a3 (patch) | |
tree | b0219080f0da4b195f778f510e79bb54c3b48b07 /app-emulation/pcsx | |
parent | add ~alpha (diff) | |
download | historical-f3a5cd583a4c61b72b7e9a7fdffbfde2bc5906a3.tar.gz historical-f3a5cd583a4c61b72b7e9a7fdffbfde2bc5906a3.tar.bz2 historical-f3a5cd583a4c61b72b7e9a7fdffbfde2bc5906a3.zip |
hrm, forgot this
Diffstat (limited to 'app-emulation/pcsx')
-rw-r--r-- | app-emulation/pcsx/files/1.5-gentoo.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-emulation/pcsx/files/1.5-gentoo.patch b/app-emulation/pcsx/files/1.5-gentoo.patch new file mode 100644 index 000000000000..e490758f64af --- /dev/null +++ b/app-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; |