Update rcheevos submodule to newest master

This commit is contained in:
LillyJadeKatrin
2024-08-03 23:48:16 -04:00
parent 6ad267017c
commit cab5bc5680
7 changed files with 25 additions and 2 deletions

View File

@ -124,6 +124,11 @@ option(OPROFILING "Enable profiling" OFF)
# TODO: Add DSPSpy
option(DSPTOOL "Build dsptool" OFF)
# RetroAchievements developer tools require Windows hooks
if(WIN32)
option(RC_CLIENT_SUPPORTS_RAINTEGRATION "Enables RetroAchievements developer tools" ON)
endif()
# Enable SDL by default on operating systems that aren't Android.
if(NOT ANDROID)
option(ENABLE_SDL "Enables SDL as a generic controller backend" ON)