mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-12 09:24:33 +00:00
Achievements: Allow background reads
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user