Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. # Example Windows Configuration
  2. # [bsnes]
  3. # location=
  4. # command=
  5.  
  6. # Example Mac Configuration
  7. # [Mednafen]
  8. # location=/Emulators/mednafen/mednafen
  9. # command=%l %r
  10.  
  11. # Example GNU/Linux Configuration
  12. # [SNES9X-GTK]
  13. # location=/usr/bin/snes9x-gtk
  14. # command=%l %r
  15.  
  16. [Dolphin]
  17. location=C:\Program Files\Dolphin\Dolphin.exe
  18. command=%l --batch --exec=%r
  19.  
  20. [Project64]
  21. location=C:\Program Files (x86)\Project64 2.3\Project64.exe
  22. command=%l %r
  23.  
  24. [RetroArch_SNES]
  25. # Location of RetroArch.exe
  26. location=D:\ROMS\SNES\retro\retroarch.exe
  27. # Location of SNES CORE and some launch options
  28. command=%l -fullscreen -L cores\bsnes_accuracy_libretro.dll %r
  29.  
  30. [RetroArch_NES]
  31. # Location of RetroArch.exe
  32. location=D:\ROMS\SNES\retro\retroarch.exe
  33. # Location of SNES CORE and some launch options
  34. command=%l -fullscreen -L cores\bnes_libretro.dll %r
  35.  
  36. [PCSX2]
  37. location=C:\Program Files (x86)\PCSX@ 1.4.0\pcsx2.exe
  38. command=%l --nogui --fullscreen --fullboot %r
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement