Advertisement
metalx1000

RetroArch Playstation 2 setup

Mar 23rd, 2024 (edited)
573
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1. mkdir -p $HOME/.config/retroarch/system/pcsx2/bios
  2. cd $HOME/.config/retroarch/system/pcsx2/bios
  3.  
  4. # get bios
  5. wget "https://archive.org/download/PlayStation2Bios/Play%20Station%202%20Bios.zip" -O p2bios.zip
  6.  
  7. # extract bios
  8. unzip p2bios.zip && rm p2bios.zip
  9.  
  10. # get roms
  11. https://gitlab.com/-/snippets/3690773
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement