mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-12-25 16:42:39 -06:00
Update comment in Discord RPC implementation.
This commit is contained in:
parent
2639fec40a
commit
2d20887ab1
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue