From 2d20887ab1a9564f604c0a31c834f94c0b4abf21 Mon Sep 17 00:00:00 2001 From: Riley Hawksworth Date: Tue, 26 Mar 2024 17:24:51 +0000 Subject: [PATCH] Update comment in Discord RPC implementation. --- src/citra_qt/discord_impl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/citra_qt/discord_impl.cpp b/src/citra_qt/discord_impl.cpp index d06289656..18a52272c 100644 --- a/src/citra_qt/discord_impl.cpp +++ b/src/citra_qt/discord_impl.cpp @@ -16,8 +16,8 @@ namespace DiscordRPC { DiscordImpl::DiscordImpl(const Core::System& system_) : system{system_} { DiscordEventHandlers handlers{}; - // The number is the client ID for Citra, it's used for images and the - // application name + // The number is the client ID for Lime3DS, it's used for images and the + // application name. rustygrape238 on discord is the RPC maintainer. Discord_Initialize("1222229231367487539", &handlers, 1, nullptr); }