Update discord rpc to use long game title rather than short game title.

This commit is contained in:
Riley Hawksworth 2024-03-30 23:42:44 +00:00 committed by OpenSauce
parent 1e22b780ae
commit cc11adbdea

View File

@ -37,7 +37,7 @@ void DiscordImpl::Update() {
std::string title;
const bool is_powered_on = system.IsPoweredOn();
if (is_powered_on) {
system.GetAppLoader().ReadTitle(title);
system.GetAppLoader().ReadTitleLong(title);
}
DiscordRichPresence presence{};