From 4f37bc6e18505784a67eb52057e56babb9c2a9b6 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sun, 18 Jan 2026 01:38:32 +1000 Subject: [PATCH] dep/rcheevos: Update rcheevos to v12.2.1 Already applied the patch, but this will bump the user agent which may help with troubleshooting. --- dep/rcheevos/src/rc_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dep/rcheevos/src/rc_version.h b/dep/rcheevos/src/rc_version.h index 5ba3a3229..30acbced6 100644 --- a/dep/rcheevos/src/rc_version.h +++ b/dep/rcheevos/src/rc_version.h @@ -9,7 +9,7 @@ RC_BEGIN_C_DECLS #define RCHEEVOS_VERSION_MAJOR 12 #define RCHEEVOS_VERSION_MINOR 2 -#define RCHEEVOS_VERSION_PATCH 0 +#define RCHEEVOS_VERSION_PATCH 1 #define RCHEEVOS_MAKE_VERSION(major, minor, patch) (major * 1000000 + minor * 1000 + patch) #define RCHEEVOS_VERSION RCHEEVOS_MAKE_VERSION(RCHEEVOS_VERSION_MAJOR, RCHEEVOS_VERSION_MINOR, RCHEEVOS_VERSION_PATCH)