diff options
Diffstat (limited to 'games/pcsx2/README')
-rw-r--r-- | games/pcsx2/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/pcsx2/README b/games/pcsx2/README index 3e1ed39b6a7d..722069e2f0ba 100644 --- a/games/pcsx2/README +++ b/games/pcsx2/README @@ -2,9 +2,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. +portaudio is an optional dependency. + NOTE: This is buildable only on x86 32bit platforms 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. +including compat32 versions of SDL2, wxGTK3, soundtouch and optionally portaudio. PCSX2 offers experimental support for the EGL api instead of GLX. This can be used by building PCSX2 with: |