mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-10 20:25:06 +01:00
Merge branch 'master' into master
This commit is contained in:
commit
ae6a2bf12f
@ -8,6 +8,7 @@
|
||||
|
||||
Emulation never dies! it changes and moves forward!
|
||||
|
||||
|
||||
<h4 align="left"><b>Lime</b> is the rebith project for Citra the world's most popular, open-source, Nintendo 3DS emulator.
|
||||
<br>
|
||||
It is written in C++ with portability in mind and builds are actively maintained for Windows, Linux, Android, and macOS.
|
||||
@ -22,7 +23,6 @@ If anyone wants to help feel free to make pull requests and contribute with the
|
||||
https://github.com/RyzenDew/Lime-3DS-Emulator/releases
|
||||
|
||||
This is another fork that has Dev working on it also!
|
||||
https://github.com/PabloMK7/citra/releases
|
||||
|
||||
## How to support me
|
||||
|
||||
|
@ -16,9 +16,9 @@ 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
|
||||
Discord_Initialize("719647875465871400", &handlers, 1, nullptr);
|
||||
// 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);
|
||||
}
|
||||
|
||||
DiscordImpl::~DiscordImpl() {
|
||||
@ -41,8 +41,8 @@ void DiscordImpl::Update() {
|
||||
}
|
||||
|
||||
DiscordRichPresence presence{};
|
||||
presence.largeImageKey = "citra";
|
||||
presence.largeImageText = "Citra is an emulator for the Nintendo 3DS";
|
||||
presence.largeImageKey = "large_icon";
|
||||
presence.largeImageText = "Lime is an emulator for the 3DS!";
|
||||
if (is_powered_on) {
|
||||
presence.state = title.c_str();
|
||||
presence.details = "Currently in game";
|
||||
|
Loading…
Reference in New Issue
Block a user