Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mkdir -p $HOME/.config/retroarch/system
- cd $HOME/.config/retroarch/system
- # get bios
- wget -c 'https://archive.org/download/rr-sony-playstation-u/bios/dtlh3000.7z'
- wget -c 'https://archive.org/download/rr-sony-playstation-u/bios/dtlh3002.7z'
- wget -c 'https://archive.org/download/rr-sony-playstation-u/bios/scph1001.7z'
- wget -c 'https://archive.org/download/rr-sony-playstation-u/bios/scph101.7z'
- wget -c 'https://archive.org/download/rr-sony-playstation-u/bios/scph5000.7z'
- wget -c 'https://archive.org/download/rr-sony-playstation-u/bios/scph5500.7z'
- wget -c 'https://archive.org/download/rr-sony-playstation-u/bios/scph5501.7z'
- wget -c 'https://archive.org/download/rr-sony-playstation-u/bios/scph5502.7z'
- wget -c 'https://archive.org/download/rr-sony-playstation-u/bios/scph7000.7z'
- wget -c 'https://archive.org/download/rr-sony-playstation-u/bios/scph7001.7z'
- wget -c 'https://archive.org/download/rr-sony-playstation-u/bios/scph7003.7z'
- wget -c 'https://archive.org/download/rr-sony-playstation-u/bios/scph7502.7z'
- # extract
- for i in *.7z;do 7z e $i && rm $i;done
- # get roms
- https://gitlab.com/-/snippets/3690760
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement