Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 77665 Details for
Bug 119718
games-emulation/pcsx startup script enhancement proposal
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pcsx.patch
pcsx.patch (text/plain), 1.62 KB, created by
Anton Romanov
on 2006-01-20 11:49:10 UTC
(
hide
)
Description:
pcsx.patch
Filename:
MIME Type:
Creator:
Anton Romanov
Created:
2006-01-20 11:49:10 UTC
Size:
1.62 KB
patch
obsolete
>--- pcsx.old 2006-01-20 21:53:41.000000000 +0200 >+++ pcsx 2006-01-20 21:53:41.000000000 +0200 >@@ -8,11 +8,13 @@ > > mkdir -p ${HOME}/.pcsx > cd ${HOME}/.pcsx >- mkdir memcards bios cfg plugins >+ mkdir memcards bios cfg cheats shaders sstates > > ln -s /usr/games/bin/pcsx.bin pcsx >- ln -s /usr/games/lib/psemu/plugins/* plugins/ >+ ln -s /usr/games/lib/psemu/plugins plugins > ln -s /usr/share/games/pcsx .pixmaps >+ ln -s /usr/games/lib/psemu/shaders/* shaders/ >+ ln -s /usr/games/lib/psemu/cheats/* cheats/ > > cd bios > if [ -f /usr/games/lib/psemu/bios/scph1001.bin ]; then >@@ -25,11 +27,11 @@ > > cat >${HOME}/.pcsx/config <<EOF > Bios = $biosname >-Gpu = $(basename $(ls plugins/libgpu* | cut -f1 -d\ ) ) >-Spu = $(basename $(ls plugins/libspu* | cut -f1 -d\ ) ) >-Cdr = $(basename $(ls plugins/libcdr* | cut -f1 -d\ ) ) >-Pad1 = $(basename $(ls plugins/libpadXwin-* | cut -f1 -d\ ) ) >-Pad2 = $(basename $(ls plugins/libpadXwin-* | cut -f1 -d\ ) ) >+Gpu = $(ls plugins/libgpu* | cut -f2 -d/ | grep -m1 "") >+Spu = $(ls plugins/libspu* | cut -f2 -d/ | grep -m1 "") >+Cdr = $(ls plugins/libcdr* | cut -f2 -d/ | grep -m1 "") >+Pad1 = $(ls plugins/libpadXwin-* | cut -f2 -d/ | grep -m1 "") >+Pad2 = $(ls plugins/libpadXwin-* | cut -f2 -d/ | grep -m1 "") > Mcd1 = ${HOME}/.pcsx/memcards/Mcd001.mcr > Mcd2 = ${HOME}/.pcsx/memcards/Mcd002.mcr > PluginsDir = ${HOME}/.pcsx/plugins/ >@@ -50,7 +52,6 @@ > > cd ${HOME}/.pcsx/ > >-ln -s /usr/games/lib/psemu/cfg/* cfg/ &>/dev/null >-ln -s /usr/games/lib/psemu/plugins/* plugins/ &>/dev/null >+for i in $(ls /usr/games/lib/psemu/cfg/ | grep -v '.cfg') ; do (ln -s /usr/games/lib/psemu/cfg/$i cfg/ &> /dev/null) ; done > > exec ./pcsx "$@" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 119718
: 77665