From fd69a1d4e7457935c13ae5277f8d50abc32ba4fb Mon Sep 17 00:00:00 2001 From: Haruka <396+haruka@noreply.gitea.tendokyu.moe> Date: Mon, 24 Aug 2026 21:03:24 +0000 Subject: [PATCH] Update games/fgohook/config.c --- games/fgohook/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/fgohook/config.c b/games/fgohook/config.c index 8c400dc..cb9953b 100644 --- a/games/fgohook/config.c +++ b/games/fgohook/config.c @@ -106,7 +106,7 @@ void fgo_deck_config_load( assert(cfg != NULL); assert(filename != NULL); - cfg->enable = GetPrivateProfileIntW(L"deck", L"enable", 1, filename); + cfg->enable = GetPrivateProfileIntW(L"deckReader", L"enable", 1, filename); } void fgo_hook_config_load(