mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-29 10:09:15 +02:00
Fixed Discord Rich Presence not working on games that are on MLC (#383)
This commit is contained in:
@@ -704,9 +704,8 @@ namespace CafeSystem
|
||||
std::string GetForegroundTitleName()
|
||||
{
|
||||
if (sLaunchModeIsStandalone)
|
||||
return "Missing meta data";
|
||||
// todo - use language based on Cemu console language
|
||||
return sGameInfo_ForegroundTitle.GetBase().GetMetaInfo()->GetShortName(CafeConsoleLanguage::EN);
|
||||
return "Unknown Game";
|
||||
return sGameInfo_ForegroundTitle.GetBase().GetMetaInfo()->GetShortName(GetConfig().console_language);
|
||||
}
|
||||
|
||||
std::string GetForegroundTitleArgStr()
|
||||
|
||||
Reference in New Issue
Block a user