early-access version 2620
This commit is contained in:
@@ -39,7 +39,7 @@ void DiscordImpl::Update() {
|
||||
system.GetAppLoader().ReadTitle(title);
|
||||
}
|
||||
DiscordRichPresence presence{};
|
||||
presence.largeImageKey = "yuzu_logo";
|
||||
presence.largeImageKey = "yuzu_logo_ea";
|
||||
presence.largeImageText = "yuzu is an emulator for the Nintendo Switch";
|
||||
if (system.IsPoweredOn()) {
|
||||
presence.state = title.c_str();
|
||||
|
||||
Reference in New Issue
Block a user