Achievements: Allow background reads

This commit is contained in:
Stenzek
2025-09-14 19:45:52 +10:00
parent 9e3dda675c
commit 66bef3e3ed

View File

@@ -589,6 +589,7 @@ bool Achievements::Initialize()
return false;
rc_client_set_event_handler(s_state.client, ClientEventHandler);
rc_client_set_allow_background_memory_reads(s_state.client, true);
#ifdef RC_CLIENT_SUPPORTS_RAINTEGRATION
if (g_settings.achievements_use_raintegration)