Advertisement
Guest User

Untitled

a guest
Mar 16th, 2017
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. # ------------ I - EMULATORS CHOICES ----------- #
  2. ## You can override the global configuration here
  3. ## Here is the snes example
  4. ;snes.videomode=default
  5. ;snes.core=snes9x_next
  6. ;snes.shaders=/recalbox/share/shaders/shaders_glsl/mysness$
  7. ;snes.ratio=16/9
  8. ;snes.smooth=0
  9. ;snes.rewind=1
  10. ;snes.autosave=0
  11. ;snes.emulator=libretro
  12. ;snes.integerscale=0
  13. ## If you do not want recalboxOS to generate the configura$
  14. ;snes.configfile=/path/to/my/configfile.cfg
  15.  
  16. ## Default cores for RPi2
  17. snes.core=snes9x_next
  18. gba.core=mgba
  19. mame.core=mame078
  20. nes.core=fceunext
  21.  
  22. ## NeoGeo emulator
  23. ## You can use pifba or a libretro core (fba2x,libretro)
  24. neogeo.emulator=libretro
  25. ## If you set libretro as neogeo.emulator, the line below $
  26. neogeo.core=fba
  27.  
  28. ## N64 emulator is configured to display a screen with a 6$
  29. ## So you must use one of these video modes (DMT 4 HDMI,CE$
  30. ## If your screen is not compatible with one of these vide$
  31. n64.videomode=DMT 4 HDMI
  32. ## If you are using a CRT screen, please change the settin$
  33. # n64.videomode=default
  34.  
  35. ## Configurations generated by Recalbox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement