- Add amd64 to ONLY_FOR_ARCHS
- Add a note about linprocfs in pkg-message PR: ports/92400 Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
This commit is contained in:
parent
c70ce76410
commit
480aaa8033
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154564
2 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
===============================================================================
|
||||
|
|
Loading…
Reference in a new issue