UI: Fix Discord Rich Presence not activating in FSUI

This commit is contained in:
TheTechnician27 2025-06-01 11:26:34 -05:00 committed by lightningterror
parent 4ede6d65fd
commit e9d79263b4
2 changed files with 2 additions and 1 deletions

View File

@ -3559,7 +3559,7 @@ void FullscreenUI::DrawInterfaceSettingsPage()
MenuHeading(FSUI_CSTR("Integration"));
DrawToggleSetting(bsi, FSUI_ICONSTR(ICON_FA_USER_CIRCLE, "Enable Discord Presence"),
FSUI_CSTR("Shows the game you are currently playing as part of your profile on Discord."), "UI", "DiscordPresence", false);
FSUI_CSTR("Shows the game you are currently playing as part of your profile on Discord."), "EmuCore", "EnableDiscordPresence", false);
MenuHeading(FSUI_CSTR("Game Display"));
DrawToggleSetting(bsi, FSUI_ICONSTR(ICON_FA_TV, "Start Fullscreen"),

View File

@ -1898,6 +1898,7 @@ Pcsx2Config::Pcsx2Config()
UseSavestateSelector = true;
BackupSavestate = true;
WarnAboutUnsafeSettings = true;
EnableDiscordPresence = false;
ManuallySetRealTimeClock = false;
// To be moved to FileMemoryCard pluign (someday)