Skip to content

Commit b28b6c5

Browse files
committed
Fix bug with Discord presence
1 parent 5f217cb commit b28b6c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Core/UICommon/DiscordPresence.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ void UpdateDiscordPresence(int party_size, SecretType type, const std::string& s
233233
{
234234
discord_presence.largeImageKey = "https://art.gametdb.com/wii/coverB/US/RSBEPL.png";
235235
discord_presence.largeImageText = "Project+";
236-
discord_presence.smallImageKey = "https://art.gametdb.com/wii/coverB/US/RSBEPL.png";
237-
discord_presence.smallImageText = "Project+ is a modification for SSBB with competitive gameplay in mind.";
236+
discord_presence.smallImageKey = "dolphin_logo";
237+
discord_presence.smallImageText = "Dolphin is an emulator for the GameCube and the Wii.";
238238
}
239239
else
240240
{

0 commit comments

Comments
 (0)