mirror of https://github.com/PCSX2/pcsx2.git
UI: Fix Discord Rich Presence not activating in FSUI
This commit is contained in:
parent
4ede6d65fd
commit
e9d79263b4
|
@ -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"),
|
||||
|
|
|
@ -1898,6 +1898,7 @@ Pcsx2Config::Pcsx2Config()
|
|||
UseSavestateSelector = true;
|
||||
BackupSavestate = true;
|
||||
WarnAboutUnsafeSettings = true;
|
||||
EnableDiscordPresence = false;
|
||||
ManuallySetRealTimeClock = false;
|
||||
|
||||
// To be moved to FileMemoryCard pluign (someday)
|
||||
|
|
Loading…
Reference in New Issue