diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-01-27 07:51:44 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-01-27 07:51:44 +0000 |
commit | 480aaa80335944df701b948daaa7857540204169 (patch) | |
tree | a17cf8160744f29be7ac27dd7a23a55dbfa421e2 /emulators/linux-ePSXe | |
parent | c70ce76410688d440c76859b9b9fd677716d7529 (diff) | |
download | ports-480aaa80335944df701b948daaa7857540204169.tar.gz ports-480aaa80335944df701b948daaa7857540204169.zip |
Notes
Diffstat (limited to 'emulators/linux-ePSXe')
-rw-r--r-- | emulators/linux-ePSXe/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux-ePSXe/pkg-message | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/emulators/linux-ePSXe/Makefile b/emulators/linux-ePSXe/Makefile index 1bbdba50df36..53ef3286255a 100644 --- a/emulators/linux-ePSXe/Makefile +++ b/emulators/linux-ePSXe/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_ZIP= yes NO_WRKSUBDIR= yes NO_BUILD= yes -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 SUB_FILES= epsxe-wrapper diff --git a/emulators/linux-ePSXe/pkg-message b/emulators/linux-ePSXe/pkg-message index 0dee003525eb..047c949eba9c 100644 --- a/emulators/linux-ePSXe/pkg-message +++ b/emulators/linux-ePSXe/pkg-message @@ -18,4 +18,12 @@ To do anything useful with the emulator, you need: won't work". Please keep in mind that the Playstation BIOS is copyrighted software. + +Moreover, some users report that the emulator does not work for them unless +they mount the Linux process file system. To mount linprocfs, add the +following line to /etc/fstab: + +linproc /compat/linux/proc linprocfs rw 0 0 + +and reboot the system. =============================================================================== |