mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
Merge pull request #852 from sergiobenrocha2/master
Added libretro_info_path and fixed overlay_directory to retroarch.cfg
This commit is contained in:
commit
e1ac2b8a7e
@ -27,6 +27,9 @@
|
|||||||
# A directory for where to search for libretro core implementations.
|
# A directory for where to search for libretro core implementations.
|
||||||
# libretro_directory =
|
# libretro_directory =
|
||||||
|
|
||||||
|
# A directory for where to search for libretro core information.
|
||||||
|
# libretro_info_path =
|
||||||
|
|
||||||
# Sets log level for libretro cores (GET_LOG_INTERFACE).
|
# Sets log level for libretro cores (GET_LOG_INTERFACE).
|
||||||
# If a log level issued by a libretro core is below libretro_log_level, it is ignored.
|
# If a log level issued by a libretro core is below libretro_log_level, it is ignored.
|
||||||
# DEBUG logs are always ignored unless verbose mode is activated (--verbose).
|
# DEBUG logs are always ignored unless verbose mode is activated (--verbose).
|
||||||
@ -256,7 +259,7 @@
|
|||||||
#### Overlay
|
#### Overlay
|
||||||
|
|
||||||
# Path to input overlay
|
# Path to input overlay
|
||||||
# input_overlay =
|
# overlay_directory =
|
||||||
|
|
||||||
# Overlay opacity
|
# Overlay opacity
|
||||||
# input_overlay_opacity = 1.0
|
# input_overlay_opacity = 1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user