Update games/fgohook/config.c

This commit is contained in:
Haruka
2026-08-24 21:03:24 +00:00
parent c92119b4c5
commit fd69a1d4e7
+1 -1
View File
@@ -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(