diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-02-06 07:55:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-06 07:55:51 +0700 |
commit | 58eb849f96ab5285c0b4d0473deeca3fa324629b (patch) | |
tree | 3428e97c32bdacf154054157ba28331d50b39c98 /games/pcsx2/README | |
parent | 8bf8fa4e59ce0109b2c8de587c59292d65cf6243 (diff) |
games/pcsx2: Updated for version 2017.02.01_23d081ab2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/pcsx2/README')
-rw-r--r-- | games/pcsx2/README | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/games/pcsx2/README b/games/pcsx2/README index c2358fc8bf150..72aa3733c55b9 100644 --- a/games/pcsx2/README +++ b/games/pcsx2/README @@ -1,13 +1,13 @@ -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. +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. +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 and +soundtouch. To build a legacy GSdx plugin compatible with GL3.3 use: - GL3="yes" ./pcsx2.SlackBuild |