diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-08-03 20:52:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-03 20:52:18 +0700 |
commit | 407f5592bcbedc16f351de9130bda5fd3d4bb8b7 (patch) | |
tree | cd02f8fe52c97ec7d44bc032330221b54ed0b822 /games/pcsx2/README | |
parent | 77459e8b75110aa689d1f47936b0ec07c61bcc13 (diff) | |
download | slackbuilds-407f5592bcbedc16f351de9130bda5fd3d4bb8b7.tar.gz |
games/pcsx2: Added (Playstation 2 Emulator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/pcsx2/README')
-rw-r--r-- | games/pcsx2/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/pcsx2/README b/games/pcsx2/README new file mode 100644 index 0000000000..b14877cee0 --- /dev/null +++ b/games/pcsx2/README @@ -0,0 +1,11 @@ +PCSX2 is an open source Playstation 2 emulator. Its purpose is to mimic +the PS2 hardware, using a combination of MIPS CPU Interpreters, Recompilers +and a Virtual Machine which manages hardware states and PS2 system memory. + +NOTE: This is buildable only on x86 32bit platform and will require a PS2 bios dump +to play games. For x86_64 64bit platforms multilib support will be needed including +compat32 versions of SDL2, wxGTK3, portaudio, soundtouch, libnotify and xz. + +To build a legacy GSdx plugin compatible with GL3.3 use: + + GL3="yes" ./pcsx2.SlackBuild |