diff options
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. =============================================================================== |