Advertisement
metalx1000

Debian Playstation2 Emulation pcsx2

Apr 28th, 2020
2,580
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.49 KB | None | 0 0
  1. #need to enable i386 arch
  2. sudo dpkg --add-architecture i386
  3. sudo apt update
  4. sudo apt install
  5. sudo apt install pcsx2
  6.  
  7. #you need to install your proper video drivers in i386
  8. #this might help - look for installed drivers and then install the i386 versions
  9. aptitude search "~dlibGL"
  10. #for me it's
  11. sudo apt install libglx-nvidia-legacy-390xx0:i386
  12.  
  13. #You need to get playstation Bios (Just Google Playstation 2 Bios)
  14. #unzip them to ~/.config/PCSX2/bios
  15. unzip ps2_bios.zip
  16.  
  17. #run it
  18. PCSX2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement