Guest User

Untitled

a guest
Aug 17th, 2015
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.62 KB | None | 0 0
  1. ## Skeleton config file for RetroArch
  2.  
  3. # Save all save files (*.srm) to this directory. This includes related files like .bsv, .rtc, .psrm, etc ...
  4. # This will be overridden by explicit command line options.
  5. # savefile_directory =
  6.  
  7. # Save all save states (*.state) to this directory.
  8. # This will be overridden by explicit command line options.
  9. # savestate_directory =
  10.  
  11. # If set to a directory, Content which is temporarily extracted
  12. # will be extracted to this directory.
  13. # extraction_directory =
  14.  
  15. # Save all input remapping files to this directory.
  16. # input_remapping_directory =
  17.  
  18. # Save all playlist files to this directory.
  19. # playlist_directory =
  20.  
  21. # If set to a directory, the content history playlist will be saved
  22. # to this directory.
  23. # content_history_dir =
  24.  
  25. # Automatically saves a savestate at the end of RetroArch's lifetime.
  26. # The path is $SRAM_PATH.auto.
  27. # RetroArch will automatically load any savestate with this path on startup if savestate_auto_load is set.
  28. # savestate_auto_save = false
  29. # savestate_auto_load = true
  30.  
  31. # Load libretro from a dynamic location for dynamically built RetroArch.
  32. # This option is mandatory.
  33.  
  34. # Path to a libretro implementation.
  35. # libretro_path = "/path/to/libretro.so"
  36.  
  37. # A directory for where to search for libretro core implementations.
  38. # libretro_directory =
  39.  
  40. # A directory for where to search for libretro core information.
  41. # libretro_info_path =
  42.  
  43. # Sets mode for archived files in file browser.
  44. # 0 = Ask, 1 = Load Archive, 2 = Open Archive
  45. # archive_mode = 0
  46.  
  47. # Sets log level for libretro cores (GET_LOG_INTERFACE).
  48. # If a log level issued by a libretro core is below libretro_log_level, it is ignored.
  49. # DEBUG logs are always ignored unless verbose mode is activated (--verbose).
  50. # DEBUG = 0, INFO = 1, WARN = 2, ERROR = 3.
  51. # libretro_log_level = 0
  52.  
  53. # Enable or disable verbosity level of frontend.
  54. # log_verbosity = false
  55.  
  56. # If this option is enabled, every content file loaded in RetroArch will be
  57. # automatically added to a history list.
  58. # history_list_enable = true
  59.  
  60. # Enable or disable RetroArch performance counters
  61. # perfcnt_enable = false
  62.  
  63. # Path to core options config file.
  64. # This config file is used to expose core-specific options.
  65. # It will be written to by RetroArch.
  66. # A default path will be assigned if not set.
  67. core_options_path = /opt/retropie/configs/all/retroarch-core-options.cfg
  68.  
  69. # Path to content load history file.
  70. # RetroArch keeps track of all content loaded in the menu and from CLI directly for convenient quick loading.
  71. # A default path will be assigned if not set.
  72. # content_history_path =
  73.  
  74. # Number of entries that will be kept in content history file.
  75. # content_history_size = 100
  76.  
  77. # Sets the "system" directory.
  78. # Implementations can query for this directory to load BIOSes, system-specific configs, etc.
  79. system_directory = /home/osmc/RetroPie/BIOS
  80.  
  81. # Sets start directory for menu content browser.
  82. # rgui_browser_directory =
  83.  
  84. # Content directory. Interacts with RETRO_ENVIRONMENT_GET_CONTENT_DIRECTORY.
  85. # Usually set by developers who bundle libretro/RetroArch apps to point to assets.
  86. # content_directory =
  87.  
  88. # Assets directory. This location is queried by default when menu interfaces try to look for
  89. # loadable assets, etc.
  90. assets_directory = /opt/retropie/emulators/retroarch/assets
  91.  
  92. # Dynamic wallpapers directory. The place to store the wallpapers dynamically
  93. # loaded by the menu depending on context.
  94. # dynamic_wallpapers_directory =
  95.  
  96. # Sets start directory for menu config browser.
  97. # rgui_config_directory =
  98.  
  99. # Show startup screen in menu.
  100. # Is automatically set to false when seen for the first time.
  101. # This is only updated in config if config_save_on_exit is set to true, however.
  102. # rgui_show_start_screen = true
  103.  
  104. # Flushes config to disk on exit. Useful for menu as settings can be modified.
  105. # Overwrites the config. #include's and comments are not preserved.
  106. config_save_on_exit = false
  107.  
  108. # Load up a specific config file based on the core being used.
  109. # core_specific_config = false
  110.  
  111. #### Video
  112.  
  113. # Video driver to use. "gl", "xvideo", "sdl"
  114. # video_driver = "gl"
  115.  
  116. # Which OpenGL context implementation to use.
  117. # Possible ones for desktop are: glx, x-egl, kms-egl, sdl-gl, wgl.
  118. # By default, tries to use first suitable driver.
  119. # video_context_driver =
  120.  
  121. # Windowed x resolution scale and y resolution scale
  122. # (Real x res: base_size * xscale * aspect_ratio, real y res: base_size * yscale)
  123. # video_scale = 3.0
  124.  
  125. # Fullscreen resolution. Resolution of 0 uses the resolution of the desktop.
  126. # video_fullscreen_x = 0
  127. # video_fullscreen_y = 0
  128.  
  129. # Start in fullscreen. Can be changed at runtime.
  130. # video_fullscreen = false
  131.  
  132. # If fullscreen, prefer using a windowed fullscreen mode.
  133. # video_windowed_fullscreen = true
  134.  
  135. # Which monitor to prefer. 0 (default) means no particular monitor is preferred, 1 and up (1 being first monitor),
  136. # suggests RetroArch to use that particular monitor.
  137. # video_monitor_index = 0
  138.  
  139. # Forcibly disable composition. Only works in Windows Vista/7 for now.
  140. # video_disable_composition = false
  141.  
  142. # Video vsync.
  143. # video_vsync = true
  144.  
  145. # Forcibly disable sRGB FBO support. Some Intel OpenGL drivers on Windows
  146. # have video problems with sRGB FBO support enabled.
  147. # video_force_srgb_disable = false
  148.  
  149. # Attempts to hard-synchronize CPU and GPU. Can reduce latency at cost of performance.
  150. # video_hard_sync = false
  151.  
  152. # Sets how many frames CPU can run ahead of GPU when using video_hard_sync.
  153. # Maximum is 3.
  154. # video_hard_sync_frames = 0
  155.  
  156. # Sets how many milliseconds to delay after VSync before running the core.
  157. # Can reduce latency at cost of higher risk of stuttering.
  158. # Maximum is 15.
  159. # video_frame_delay = 0
  160.  
  161. # Inserts a black frame inbetween frames.
  162. # Useful for 120 Hz monitors who want to play 60 Hz material with eliminated ghosting.
  163. # video_refresh_rate should still be configured as if it is a 60 Hz monitor (divide refresh rate by 2).
  164. # video_black_frame_insertion = false
  165.  
  166. # Use threaded video driver. Using this might improve performance at possible cost of latency and more video stuttering.
  167. video_threaded = true
  168.  
  169. # Use a shared context for HW rendered libretro cores.
  170. # Avoids having to assume HW state changes inbetween frames.
  171. # video_shared_context = false
  172.  
  173. # Smoothens picture with bilinear filtering. Should be disabled if using pixel shaders.
  174. video_smooth = false
  175.  
  176. # Forces rendering area to stay equal to content aspect ratio or as defined in video_aspect_ratio.
  177. # video_force_aspect = true
  178.  
  179. # Only scales video in integer steps.
  180. # The base size depends on system-reported geometry and aspect ratio.
  181. # If video_force_aspect is not set, X/Y will be integer scaled independently.
  182. # video_scale_integer = false
  183.  
  184. # A floating point value for video aspect ratio (width / height).
  185. # If this is not set, aspect ratio is assumed to be automatic.
  186. # Behavior then is defined by video_aspect_ratio_auto.
  187. # video_aspect_ratio =
  188.  
  189. # If this is true and video_aspect_ratio is not set,
  190. # aspect ratio is decided by libretro implementation.
  191. # If this is false, 1:1 PAR will always be assumed if video_aspect_ratio is not set.
  192. video_aspect_ratio_auto = true
  193.  
  194. # Forces cropping of overscanned frames.
  195. # Exact behavior of this option is implementation specific.
  196. # video_crop_overscan = true
  197.  
  198. # Path to shader. Shader can be either Cg, CGP (Cg preset) or GLSL, GLSLP (GLSL preset)
  199. # video_shader = "/path/to/shader.{cg,cgp,glsl,glslp}"
  200.  
  201. # Load video_shader on startup.
  202. # Other shaders can still be loaded later in runtime.
  203. # video_shader_enable = false
  204.  
  205. # Defines a directory where shaders (Cg, CGP, GLSL) are kept for easy access.
  206. video_shader_dir = /opt/retropie/emulators/retroarch/shader/
  207.  
  208. # CPU-based video filter. Path to a dynamic library.
  209. # video_filter =
  210.  
  211. # Defines a directory where CPU-based video filters are kept.
  212. # video_filter_dir =
  213.  
  214. # Path to a font used for rendering messages. This path must be defined to enable fonts.
  215. # Do note that the _full_ path of the font is necessary!
  216. # video_font_path =
  217.  
  218. # Size of the font rendered.
  219. video_font_size = 12
  220.  
  221. # Enable usage of OSD messages.
  222. # video_font_enable = true
  223.  
  224. # Offset for where messages will be placed on screen. Values are in range 0.0 to 1.0 for both x and y values.
  225. # [0.0, 0.0] maps to the lower left corner of the screen.
  226. # video_message_pos_x = 0.05
  227. # video_message_pos_y = 0.05
  228.  
  229. # Color for message. The value is treated as a hexadecimal value.
  230. # It is a regular RGB hex number, i.e. red is "ff0000".
  231. # video_message_color = ffffff
  232.  
  233. # Video refresh rate of your monitor.
  234. # Used to calculate a suitable audio input rate.
  235. # video_refresh_rate = 59.95
  236.  
  237. # Allows libretro cores to set rotation modes.
  238. # Setting this to false will honor, but ignore this request.
  239. # This is useful for vertically oriented content where one manually rotates the monitor.
  240. # video_allow_rotate = true
  241.  
  242. # Forces a certain rotation of the screen.
  243. # The rotation is added to rotations which the libretro core sets (see video_allow_rotate).
  244. # The angle is <value> * 90 degrees counter-clockwise.
  245. # video_rotation = 0
  246.  
  247. #### Audio
  248.  
  249. # Enable audio.
  250. # audio_enable = true
  251.  
  252. # Mutes audio.
  253. # audio_mute_enable = false
  254.  
  255. # Audio output samplerate.
  256. # audio_out_rate = 48000
  257.  
  258. # Audio resampler backend. Which audio resampler to use.
  259. # Default will use "sinc".
  260. # audio_resampler =
  261.  
  262. # Audio driver backend. Depending on configuration possible candidates are: alsa, pulse, oss, jack, rsound, roar, openal, sdl, xaudio.
  263. # audio_driver =
  264.  
  265. # Override the default audio device the audio_driver uses. This is driver dependant. E.g. ALSA wants a PCM device, OSS wants a path (e.g. /dev/dsp), Jack wants portnames (e.g. system:playback1,system:playback_2), and so on ...
  266. # audio_device =
  267.  
  268. # Audio DSP plugin that processes audio before it's sent to the driver. Path to a dynamic library.
  269. # audio_dsp_plugin =
  270.  
  271. # Directory where DSP plugins are kept.
  272. # audio_filter_dir =
  273.  
  274. # Will sync (block) on audio. Recommended.
  275. # audio_sync = true
  276.  
  277. # Desired audio latency in milliseconds. Might not be honored if driver can't provide given latency.
  278. # audio_latency = 64
  279.  
  280. # Enable audio rate control.
  281. # audio_rate_control = true
  282.  
  283. # Controls audio rate control delta. Defines how much input rate can be adjusted dynamically.
  284. # Input rate = in_rate * (1.0 +/- audio_rate_control_delta)
  285. # audio_rate_control_delta = 0.005
  286.  
  287. # Controls maximum audio timing skew. Defines the maximum change in input rate.
  288. # Input rate = in_rate * (1.0 +/- max_timing_skew)
  289. # audio_max_timing_skew = 0.05
  290.  
  291. # Audio volume. Volume is expressed in dB.
  292. # 0 dB is normal volume. No gain will be applied.
  293. # Gain can be controlled in runtime with input_volume_up/input_volume_down.
  294. # audio_volume = 0.0
  295.  
  296. #### Overlay
  297.  
  298. # Defines a directory where overlays are kept for easy access.
  299. overlay_directory = /opt/retropie/emulators/retroarch/overlays
  300.  
  301. # Enable or disable the current overlay.
  302. # input_overlay_enable = true
  303.  
  304.  
  305. # Path to input overlay
  306. # input_overlay =
  307.  
  308. # Overlay opacity
  309. # input_overlay_opacity = 1.0
  310.  
  311. # Overlay scale
  312. # input_overlay_scale = 1.0
  313.  
  314. #### OSK (Onscreen Keyboard) Overlay
  315.  
  316. # Defines a directory where overlays are kept for easy access.
  317. # osk_overlay_directory =
  318.  
  319. # Enable OSK overlay.
  320. # input_osk_overlay_enable = true
  321.  
  322. # Path to OSK overlay
  323. # input_osk_overlay =
  324.  
  325. # OSK Overlay opacity
  326. # input_osk_overlay_opacity = 1.0
  327.  
  328. # OSK Overlay scale
  329. # input_osk_overlay_scale = 1.0
  330.  
  331. #### Input
  332.  
  333. # Input driver. Depending on video driver, it might force a different input driver.
  334. # input_driver = sdl
  335.  
  336. # Input device driver. (Valid: linuxraw, sdl, dinput)
  337. # input_joypad_driver =
  338.  
  339. # Path to input remapping file.
  340. # input_remapping_path =
  341.  
  342. # If enabled, overrides the input binds with the remapped binds set for the current core.
  343. # input_remap_binds_enable = true
  344.  
  345. # Maximum amount of users supported by RetroArch.
  346. # input_max_users = 16
  347.  
  348. # Keyboard layout for input driver if applicable (udev/evdev for now).
  349. # Syntax is either just layout (e.g. "no"), or a layout and variant separated with colon ("no:nodeadkeys").
  350. # input_keyboard_layout =
  351.  
  352. # Defines axis threshold. Possible values are [0.0, 1.0]
  353. # input_axis_threshold = 0.5
  354.  
  355. # Enable input auto-detection. Will attempt to autoconfigure
  356. # joypads, Plug-and-Play style.
  357. input_autodetect_enable = true
  358.  
  359. # Show the input descriptors set by the core instead of the
  360. # default ones.
  361. # input_descriptor_label_show = true
  362.  
  363. # Hide input descriptors that were not set by the core.
  364. # input_descriptor_hide_unbound = false
  365.  
  366. # Directory for joypad autoconfigs.
  367. # If a joypad is plugged in, that joypad will be autoconfigured if a config file
  368. # corresponding to that joypad is present in joypad_autoconfig_dir.
  369. # Input binds which are made explicit (input_playerN_*_btn/axis) will take priority over autoconfigs.
  370. # Autoconfigs can be created with retroarch-joyconfig, manually, or with a frontend.
  371. # Requires input_autodetect_enable to be enabled.
  372. joypad_autoconfig_dir = /opt/retropie/configs/all/retroarch-joypads
  373.  
  374. # Sets which libretro device is used for a user.
  375. # Devices are indentified with a number.
  376. # This is normally saved by the menu.
  377. # Device IDs are found in libretro.h.
  378. # These settings are overridden by explicit command-line arguments which refer to input devices.
  379. # None: 0
  380. # Joypad (RetroPad): 1
  381. # Mouse: 2
  382. # Keyboard: 3
  383. # Generic Lightgun: 4
  384. # Joypad w/ Analog (RetroPad + Analog sticks): 5
  385. # Multitap (SNES specific): 257
  386. # Super Scope (SNES specific): 260
  387. # Justifier (SNES specific): 516
  388. # Justifiers (SNES specific): 772
  389.  
  390. # input_libretro_device_p1 =
  391. # input_libretro_device_p2 =
  392. # input_libretro_device_p3 =
  393. # input_libretro_device_p4 =
  394. # input_libretro_device_p5 =
  395. # input_libretro_device_p6 =
  396. # input_libretro_device_p7 =
  397. # input_libretro_device_p8 =
  398.  
  399. # Keyboard input. Will recognize letters ("a" to "z") and the following special keys (where "kp_"
  400. # is for keypad keys):
  401. #
  402. # left, right, up, down, enter, kp_enter, tab, insert, del, end, home,
  403. # rshift, shift, ctrl, alt, space, escape, add, subtract, kp_plus, kp_minus,
  404. # f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12,
  405. # num0, num1, num2, num3, num4, num5, num6, num7, num8, num9, pageup, pagedown,
  406. # keypad0, keypad1, keypad2, keypad3, keypad4, keypad5, keypad6, keypad7, keypad8, keypad9,
  407. # period, capslock, numlock, backspace, multiply, divide, print_screen, scroll_lock,
  408. # tilde, backquote, pause, quote, comma, minus, slash, semicolon, equals, leftbracket,
  409. # backslash, rightbracket, kp_period, kp_equals, rctrl, ralt
  410. #
  411. # Keyboard input, Joypad and Joyaxis will all obey the "nul" bind, which disables the bind completely,
  412. # rather than relying on a default.
  413. input_player1_a = enter
  414. input_player1_b = backspace
  415. input_player1_y = escape
  416. input_player1_x = x
  417. input_player1_start = space
  418. input_player1_select = l
  419. input_player1_l = minus
  420. input_player1_r = equals
  421. input_player1_left = left
  422. input_player1_right = right
  423. input_player1_up = up
  424. input_player1_down = down
  425. input_player1_l2 = c
  426. input_player1_r2 = i
  427. # input_player1_l3 =
  428. # input_player1_r3 =
  429.  
  430. # Two analog sticks (DualShock-esque).
  431. # Bound as usual, however, if a real analog axis is bound,
  432. # it can be read as a true analog.
  433. # Positive X axis is right, Positive Y axis is down.
  434. # input_player1_l_x_plus =
  435. # input_player1_l_x_minus =
  436. # input_player1_l_y_plus =
  437. # input_player1_l_y_minus =
  438. # input_player1_r_x_plus =
  439. # input_player1_r_x_minus =
  440. # input_player1_r_y_plus =
  441. # input_player1_r_y_minus =
  442.  
  443. # If desired, it is possible to override which joypads are being used for user 1 through 8.
  444. # First joypad available is 0.
  445. # input_player1_joypad_index = 0
  446. # input_player2_joypad_index = 1
  447. # input_player3_joypad_index = 2
  448. # input_player4_joypad_index = 3
  449. # input_player5_joypad_index = 4
  450. # input_player6_joypad_index = 5
  451. # input_player7_joypad_index = 6
  452. # input_player8_joypad_index = 7
  453.  
  454. # Input device buttons.
  455. # Figure these out by using RetroArch-Phoenix or retroarch-joyconfig.
  456. # You can use joypad hats with hnxx, where n is the hat, and xx is a string representing direction.
  457. # E.g. "h0up"
  458. # input_player1_a_btn =
  459. # input_player1_b_btn =
  460. # input_player1_y_btn =
  461. # input_player1_x_btn =
  462. # input_player1_start_btn =
  463. # input_player1_select_btn =
  464. # input_player1_l_btn =
  465. # input_player1_r_btn =
  466. # input_player1_left_btn =
  467. # input_player1_right_btn =
  468. # input_player1_up_btn =
  469. # input_player1_down_btn =
  470. # input_player1_l2_btn =
  471. # input_player1_r2_btn =
  472. # input_player1_l3_btn =
  473. # input_player1_r3_btn =
  474.  
  475. # Menu buttons.
  476. # menu_ok_btn =
  477. # menu_cancel_btn =
  478. # menu_search =
  479. # menu_info =
  480. # menu_default =
  481. # menu_scroll_down =
  482. # menu_scroll_up =
  483.  
  484. # Axis for RetroArch D-Pad.
  485. # Needs to be either '+' or '-' in the first character signaling either positive or negative direction of the axis, then the axis number.
  486. # Do note that every other input option has the corresponding _btn and _axis binds as well; they are omitted here for clarity.
  487. # input_player1_left_axis =
  488. # input_player1_right_axis =
  489. # input_player1_up_axis =
  490. # input_player1_down_axis =
  491.  
  492. # Holding the turbo while pressing another button will let the button enter a turbo mode
  493. # where the button state is modulated with a periodic signal.
  494. # The modulation stops when the button itself (not turbo button) is released.
  495. # input_player1_turbo =
  496.  
  497. # Describes the period and how long of that period a turbo-enabled button should behave.
  498. # Numbers are described in frames.
  499. # input_turbo_period = 6
  500. # input_turbo_duty_cycle = 3
  501.  
  502. # This goes all the way to user 8 (*_player2_*, *_player3_*, etc), but omitted for clarity.
  503. # All input binds have corresponding binds for keyboard (none), joykeys (_btn) and joyaxes (_axis) as well.
  504.  
  505. # Toggles fullscreen.
  506. # input_toggle_fullscreen = f
  507.  
  508. # Saves state.
  509. # input_save_state = f2
  510. # Loads state.
  511. # input_load_state = f4
  512.  
  513. # State slots. With slot set to 0, save state name is *.state (or whatever defined on commandline).
  514. # When slot is != 0, path will be $path%d, where %d is slot number.
  515. input_state_slot_increase = right
  516. input_state_slot_decrease = left
  517.  
  518. # Toggles between fast-forwarding and normal speed.
  519. # input_toggle_fast_forward = space
  520.  
  521. # Hold for fast-forward. Releasing button disables fast-forward.
  522. # input_hold_fast_forward = l
  523.  
  524. # Key to exit RetroArch cleanly.
  525. # Killing it in any hard way (SIGKILL, etc) will terminate RetroArch without saving RAM, etc.
  526. # On Unix-likes, SIGINT/SIGTERM allows a clean deinitialization.
  527. input_exit_emulator = space
  528.  
  529. # Applies next and previous shader in directory.
  530. input_shader_next = m
  531. input_shader_prev = n
  532.  
  533. # Hold button down to rewind. Rewinding must be enabled.
  534. input_rewind = r
  535.  
  536. # Toggle between recording and not.
  537. # input_movie_record_toggle = o
  538.  
  539. # Toggle between paused and non-paused state
  540. # input_pause_toggle = p
  541.  
  542. # Frame advance when content is paused
  543. # input_frame_advance = k
  544.  
  545. # Reset the content.
  546. input_reset = backspace
  547.  
  548. # Cheats.
  549. # input_cheat_index_plus = y
  550. # input_cheat_index_minus = t
  551. # input_cheat_toggle = u
  552.  
  553. # Mute/unmute audio
  554. # input_audio_mute = f9
  555.  
  556. # Take screenshot
  557. # input_screenshot = f8
  558.  
  559. # Netplay flip users.
  560. # input_netplay_flip_players = i
  561.  
  562. # Hold for slowmotion.
  563. # input_slowmotion = e
  564.  
  565. # Enable other hotkeys.
  566. # If this hotkey is bound to either keyboard, joybutton or joyaxis,
  567. # all other hotkeys will be disabled unless this hotkey is also held at the same time.
  568. # This is useful for RETRO_KEYBOARD centric implementations
  569. # which query a large area of the keyboard, where it is not desirable
  570. # that hotkeys get in the way.
  571.  
  572. # Alternatively, all hotkeys for keyboard could be disabled by the user.
  573. # input_enable_hotkey_btn =
  574.  
  575. # Increases audio volume.
  576. # input_volume_up = kp_plus
  577. # Decreases audio volume.
  578. # input_volume_down = kp_minus
  579.  
  580. # Toggles to next overlay. Wraps around.
  581. # input_overlay_next =
  582.  
  583. # Toggles eject for disks. Used for multiple-disk content.
  584. # input_disk_eject_toggle =
  585.  
  586. # Cycles through disk images. Use after ejecting.
  587. # Complete by toggling eject again.
  588. # input_disk_next =
  589.  
  590. # Toggles menu.
  591. input_menu_toggle = x
  592.  
  593. # Toggles mouse grab. When mouse is grabbed, RetroArch hides the mouse,
  594. # and keeps the mouse pointer inside the window to allow relative mouse input
  595. # to work better.
  596. # input_grab_mouse_toggle = f11
  597.  
  598. #### Menu
  599.  
  600. # Menu driver to use. "rgui", "lakka", etc.
  601. # menu_driver = "rgui"
  602.  
  603. # If enabled, the libretro core will keep running in the background when we
  604. # are in the menu.
  605. # menu_pause_libretro = false
  606.  
  607. # Enable mouse input inside the menu.
  608. # menu_mouse_enable = false
  609.  
  610. # Enable touch input inside the menu.
  611. # menu_pointer_enable = false
  612.  
  613. # Shows current date and/or time inside menu.
  614. # menu_timedate_enable = true
  615.  
  616. # Shows current core inside menu.
  617. # menu_core_enable = true
  618.  
  619. # Path to a .png image to set as menu wallpaper.
  620. # menu_wallpaper =
  621.  
  622. # Dynamically load a new wallpaper depending on context.
  623. # menu_dynamic_wallpaper_enable = false
  624.  
  625. # Wrap-around toe beginning and/or end if boundary of list reached horizontally
  626. # menu_navigation_wraparound_horizontal_enable = false
  627.  
  628. # Wrap-around to beginning and/or end if boundary of list reached vertically
  629. # menu_navigation_wraparound_vertical_enable = false
  630.  
  631. # Filter files being show in 'Load Content' by supported extensions
  632. # menu_navigation_browser_filter_supported_extensions_enable = true
  633.  
  634. # Collapse subgroup settings into main group to create one big listing of settings
  635. # per category.
  636. # menu_collapse_subgroups_enable = false
  637.  
  638. #### UI
  639.  
  640. # Suspends the screensaver if set to true. Is a hint that does not necessarily have to be honored
  641. # by video driver.
  642. # suspend_screensaver_enable = true
  643.  
  644. # Start UI companion driver's interface on boot (if available).
  645. # ui_companion_start_on_boot = true
  646.  
  647. #### Camera
  648.  
  649. # Override the default camera device the camera driver uses. This is driver dependant.
  650. # camera_device =
  651.  
  652. # Override the default privacy permission for cores that want to access camera services. Is "false" by default.
  653. # camera_allow = false
  654.  
  655. #### Location
  656.  
  657. # Override the default privacy permission for cores that want to access location services. Is "false" by default.
  658. # location_allow = false
  659.  
  660. #### Core Updater
  661.  
  662. # URL to core update directory on buildbot.
  663. # core_updater_buildbot_url = "http://buildbot.libretro.com"
  664.  
  665. # URL to assets update directory on buildbot.
  666. # core_updater_buildbot_assets_url = "http://buildbot.libretro.com/assets/"
  667.  
  668. # Automatically extract archives that the cores are contained in to the libretro cores directory.
  669. # core_updater_auto_extract_archive = true
  670.  
  671. #### Network
  672.  
  673. # When being client over netplay, use keybinds for user 1.
  674. # netplay_client_swap_input = false
  675.  
  676. # The username of the person running RetroArch. This will be used for playing online, for instance.
  677. # netplay_nickname =
  678.  
  679. # The amount of delay frames to use for netplay. Increasing this value will increase
  680. # performance, but introduce more latency.
  681. # netplay_delay_frames = 0
  682.  
  683. # Netplay mode for the current user.
  684. # false is Server, true is Client.
  685. # netplay_mode = false
  686.  
  687. # Enable or disable spectator mode for the user during netplay.
  688. # netplay_spectator_mode_enable = false
  689.  
  690. # The IP Address of the host to connect to.
  691. # netplay_ip_address =
  692.  
  693. # The port of the host IP Address. Can be either a TCP or an UDP port.
  694. # netplay_ip_port = 55435
  695.  
  696. #### Misc
  697.  
  698. # Enable rewinding. This will take a performance hit when playing, so it is disabled by default.
  699. rewind_enable = false
  700.  
  701. # Rewinding buffer size in megabytes. Bigger rewinding buffer means you can rewind longer.
  702. # The buffer should be approx. 20MB per minute of buffer time.
  703. rewind_buffer_size = 10
  704.  
  705. # Rewind granularity. When rewinding defined number of frames, you can rewind several frames at a time, increasing the rewinding speed.
  706. rewind_granularity = 2
  707.  
  708. # Pause gameplay when window focus is lost.
  709. # pause_nonactive = true
  710.  
  711. # Autosaves the non-volatile SRAM at a regular interval. This is disabled by default unless set otherwise.
  712. # The interval is measured in seconds. A value of 0 disables autosave.
  713. # autosave_interval =
  714.  
  715. # Path to content database directory.
  716. # content_database_path =
  717.  
  718. # Path to cheat database directory.
  719. # cheat_database_path =
  720.  
  721. # Path to XML cheat config, a file which keeps track of which
  722. # cheat settings are used for individual games.
  723. # If the file does not exist, it will be created.
  724. # cheat_settings_path =
  725.  
  726. # Directory to dump screenshots to.
  727. # screenshot_directory =
  728.  
  729. # Records video after CPU video filter.
  730. # video_post_filter_record = false
  731.  
  732. # Records output of GPU shaded material if available.
  733. # video_gpu_record = false
  734.  
  735. # Screenshots output of GPU shaded material if available.
  736. video_gpu_screenshot = true
  737.  
  738. # Block SRAM from being overwritten when loading save states.
  739. # Might potentially lead to buggy games.
  740. # block_sram_overwrite = false
  741.  
  742. # When saving a savestate, save state index is automatically increased before
  743. # it is saved.
  744. # Also, when loading content, the index will be set to the highest existing index.
  745. # There is no upper bound on the index.
  746. # savestate_auto_index = false
  747.  
  748. # Slowmotion ratio. When slowmotion, content will slow down by factor.
  749. # slowmotion_ratio = 3.0
  750.  
  751. # The maximum rate at which content will be run when using fast forward. (E.g. 5.0 for 60 fps content => 300 fps cap).
  752. # RetroArch will go to sleep to ensure that the maximum rate will not be exceeded.
  753. # Do not rely on this cap to be perfectly accurate.
  754. # fastforward_ratio = 1.0
  755.  
  756. # Setting this to false equals no FPS cap and will override the fastforward_ratio value.
  757. # fastforward_ratio_throttle_enable = false
  758.  
  759. # Enable stdin/network command interface.
  760. # network_cmd_enable = false
  761. # network_cmd_port = 55355
  762. # stdin_cmd_enable = false
  763.  
  764. input_enable_hotkey = l
Add Comment
Please, Sign In to add comment