FullscreenUI: Use effective value for achievement options enable

This commit is contained in:
Stenzek 2025-01-30 01:17:56 +10:00
parent d314b25f91
commit 0d9e6bd482
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -5897,7 +5897,7 @@ void FullscreenUI::DrawAchievementsSettingsPage()
FSUI_CSTR("When enabled and logged in, DuckStation will scan for achievements on startup."),
"Cheevos", "Enabled", false);
const bool enabled = bsi->GetBoolValue("Cheevos", "Enabled", false);
const bool enabled = GetEffectiveBoolSetting(bsi, "Cheevos", "Enabled", false);
if (DrawToggleSetting(
bsi, FSUI_ICONSTR(ICON_FA_HARD_HAT, "Hardcore Mode"),