mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
retroarch.cfg: add cheevos related configs
This commit is contained in:
parent
36802f7133
commit
2f392f2260
@ -845,6 +845,41 @@
|
||||
# will be extracted to this directory.
|
||||
# cache_directory =
|
||||
|
||||
#### RetroAchievements
|
||||
|
||||
# Enable the RetroAchievements feature.
|
||||
# cheevos_enable = false
|
||||
|
||||
# RetroAchievements.org credentials.
|
||||
# cheevos_username =
|
||||
# cheevos_password =
|
||||
|
||||
# The hardcore mode disables savestates and cheating features, but it
|
||||
# makes the achievements points double.
|
||||
# cheevos_hardcore_mode_enable = false
|
||||
|
||||
# Show RetroAchievements related messages right after loading a game, such as
|
||||
# successfull login and the number of cheevos you have unlocked for the game.
|
||||
# cheevos_verbose_enable = false
|
||||
|
||||
# Show achievements' badges in Quick Menu > Achievements List.
|
||||
# (note: has no effect if menu_driver = rgui).
|
||||
# cheevos_badges_enable = false
|
||||
|
||||
# Take a screenshot when an achievement is triggered.
|
||||
# cheevos_auto_screenshot = false
|
||||
|
||||
# Besides achievements, some games also have leaderboards, where you can
|
||||
# compete for high-scores, speedruns, etc.
|
||||
# cheevos_leaderboards_enable = false
|
||||
|
||||
# Send some messages to the RetroAchievements.org saying, for example,
|
||||
# where you are in the game, how many lives you have, your score, etc.
|
||||
# cheevos_richpresence_enable = false
|
||||
|
||||
# Unnoficial achievements are used only for achievement creators and testers.
|
||||
# cheevos_test_unofficial = false
|
||||
|
||||
#### Misc
|
||||
|
||||
# Enable rewinding. This will take a performance hit when playing, so it is disabled by default.
|
||||
@ -913,3 +948,4 @@
|
||||
|
||||
# Enable device vibration for supported cores
|
||||
# enable_device_vibration = false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user