sovietotaku

how to retroarch on chip

Nov 28th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.73 KB | None | 0 0
  1. #Hi all, here is a new package, including all latest cores:
  2. #cap32_libretro.so - AMSTRAD CPC
  3. #fceumm_libretro.so - NES
  4. #fb_alpha_cps1.so - CPS1 FBA v0.2.97.30
  5. #fb_alpha_cps2.so - CPS2 FBA v0.2.97.30
  6. #fb_alpha_neo.so - NEOGEO FBA v0.2.97.30 (put bios neogeo.zip into rom folder)
  7. #fbalpha2012_libretro.so - FBA v0.2.97.30
  8. #gambatte_libretro.so - GB/GBC
  9. #genesis_plus_gx_libretro.so - MD / SMS / GAMEGEAR
  10. #gpsp_libretro.so - GBA (bios ร  mettre dans le rรฉpertoire system)
  11. #gw_libretro.so - GAME AND WATCH
  12. #mame2000_libretro.so - Compatible with MAME 0.37b5 romset
  13. #mednafen_lynx_libretro.so - ATARI LYNX (bios needed)
  14. #mednafen_ngp_libretro.so - NEO GEO POCKET
  15. #mednafen_pce_fast_libretro_libretro.so - PC-ENGINE / CD
  16. #mednafen_vb_libretro.so - VIRTUAL BOY
  17. #mednafen_wswan_libretro.so - WONDERSWAN
  18. #pcsx_rearmed_libretro.so - PSX
  19. #picodrive_libretro.so - MD
  20. #prboom_libretro.so - DOOM (need prboom.wad, at the same level of your .wad games)
  21. #snes9x2002_libretro.so - SNES
  22. #snes9x2010_libretro.so - SNES
  23. #stella_libretro.so - ATARI 2600
  24.  
  25. #Get archive:
  26. wget https://www.dropbox.com/s/w9mtoq85tu791am/RetroArch-PCHIP.tar.gz?dl=0 -O RetroArch-PCHIP.tar.gz
  27. #tinyurl:
  28. wget http://tinyurl.com/jv5dyzk -O RetroArch-PCHIP.tar.gz
  29.  
  30. #Unzip:
  31. tar -xzvf RetroArch-PCHIP.tar.gz
  32.  
  33. #Go to RetroArch folder:
  34. cd RetroArch
  35.  
  36. #Warning, make a copy of your existing config file retroarch.cfg (/home/chip/.config/retroarch/)
  37. #Install and configure (default SDL1.2, better performances):
  38. ./install.sh
  39. #(SDL2: ./install.sh sdl2)
  40. #Launching RetroArch:
  41. ./retroarch.sh
  42.  
  43.  
  44.  
  45. #Article with more informations: http://www.open-consoles-news.com/2016/09/retroarch-sur-pocketchip-cest-possible.html
  46. #This URL is dead, use this pastebin: https://pastebin.com/JrxkLtq9
Add Comment
Please, Sign In to add comment