From cc11adbdeaa52d9c8c01f569cc51238f9ffe9c67 Mon Sep 17 00:00:00 2001 From: Riley Hawksworth Date: Sat, 30 Mar 2024 23:42:44 +0000 Subject: [PATCH] Update discord rpc to use long game title rather than short game title. --- src/lime_qt/discord_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lime_qt/discord_impl.cpp b/src/lime_qt/discord_impl.cpp index 297a653ad..47c022e24 100644 --- a/src/lime_qt/discord_impl.cpp +++ b/src/lime_qt/discord_impl.cpp @@ -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{};