JoshDog

My Retroarch.CFG

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