Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. # Settings made here will only override settings in the global retroarch.cfg if placed above the #include line
  2.  
  3. # Save all game saves to this directory.
  4. savefile_directory = /home/pi/RetroPie/roms/psx/saves/
  5.  
  6. # Save all input remapping files to this directory.
  7. input_remapping_directory = /opt/retropie/configs/psx/
  8.  
  9. # Path to core options config file. A default path will be assigned if not set.
  10. core_options_path = /opt/retropie/configs/psx/retroarch-core-options.cfg
  11.  
  12. # Flushes config to disk on exit. Useful for menu as settings can be modified.
  13. # Overwrites the config. #include's and comments are not preserved.
  14. config_save_on_exit = false
  15.  
  16. # To further refine the graphics, enable bilinear smoothing.
  17. video_smooth = "true"
  18.  
  19. #include "/opt/retropie/configs/all/retroarch.cfg"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement