mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-13 05:25:14 +01:00
Update comment in Discord RPC implementation.
This commit is contained in:
parent
2639fec40a
commit
2d20887ab1
@ -16,8 +16,8 @@ namespace DiscordRPC {
|
|||||||
DiscordImpl::DiscordImpl(const Core::System& system_) : system{system_} {
|
DiscordImpl::DiscordImpl(const Core::System& system_) : system{system_} {
|
||||||
DiscordEventHandlers handlers{};
|
DiscordEventHandlers handlers{};
|
||||||
|
|
||||||
// The number is the client ID for Citra, it's used for images and the
|
// The number is the client ID for Lime3DS, it's used for images and the
|
||||||
// application name
|
// application name. rustygrape238 on discord is the RPC maintainer.
|
||||||
Discord_Initialize("1222229231367487539", &handlers, 1, nullptr);
|
Discord_Initialize("1222229231367487539", &handlers, 1, nullptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user