scottrice / Ice

Application to automatically add ROMs to Steam
http://scottrice.github.io/Ice/
MIT License
834 stars 96 forks source link

Add RetroArch Emulator Docs #339

Closed RobLoach closed 8 years ago

RobLoach commented 8 years ago

RetroArch

Download

Supported Consoles: Core Software Library

Linux

[RetroArch Super Nintendo]
location=/usr/bin/retroarch
command=%l -f -L "/usr/lib/libretro/snes9x_next_libretro.so" %r

[RetroArch Nintendo DS]
location=/usr/bin/retroarch
command=%l -f -L "/usr/lib/libretro/desmume_libretro.so" %r

[RetroArch Nintendo]
location=/usr/bin/retroarch
command=%l -f -L "/usr/lib/libretro/fceumm_libretro.so" %r

[RetroArch Gameboy Advance]
location=/usr/bin/retroarch
command=%l -f -L "/usr/lib/libretro/vba_next_libretro.so" %r

[RetroArch Sega Genesis]
location=/usr/bin/retroarch
command=%l -f -L "/usr/lib/libretro/genesis_plus_gx_libretro.so" %r

[RetroArch Nintendo 64]
location=/usr/bin/retroarch
command=%l -f -L "/usr/lib/libretro/mupen64plus_libretro.so" %r

[RetroArch Sony Playstation]
location=/usr/bin/retroarch
command=%l -f -L "/usr/lib/libretro/pcsx1_libretro.so" %r

[RetroArch Sony Playstation Portable]
location=/usr/bin/retroarch
command=%l -f -L "/usr/lib/libretro/ppsspp_libretro.so" %r

These are just a few examples, as RetroArch does so much more. Does anyone have the Windows/Mac default install locations for RetroArch set up?

mdeguzis commented 8 years ago

Good work Rob. This will help our our efforts with Ice on SteamOS.

scottrice commented 8 years ago

Sweet, thanks for doing this!