From 2639fec40a6d0631e668d52ff512deba06eb809e Mon Sep 17 00:00:00 2001 From: Riley Hawksworth Date: Tue, 26 Mar 2024 17:21:41 +0000 Subject: [PATCH 1/4] Update Discord RPC to use 'Lime' instead of 'Citra'. --- src/citra_qt/discord_impl.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/citra_qt/discord_impl.cpp b/src/citra_qt/discord_impl.cpp index 076c15fa8..d06289656 100644 --- a/src/citra_qt/discord_impl.cpp +++ b/src/citra_qt/discord_impl.cpp @@ -18,7 +18,7 @@ DiscordImpl::DiscordImpl(const Core::System& system_) : system{system_} { // The number is the client ID for Citra, it's used for images and the // application name - Discord_Initialize("719647875465871400", &handlers, 1, nullptr); + 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"; From 2d20887ab1a9564f604c0a31c834f94c0b4abf21 Mon Sep 17 00:00:00 2001 From: Riley Hawksworth Date: Tue, 26 Mar 2024 17:24:51 +0000 Subject: [PATCH 2/4] 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); } From 179d19f0d2518409e3793266ed67c45e4fd805c0 Mon Sep 17 00:00:00 2001 From: ryzendew <84041391+ryzendew@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:07:59 -0300 Subject: [PATCH 3/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 04457a783..c4e2538f6 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ If anyone wants to help Continue This citra Fork please do because i am not a de ## Release Builds +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 From 44f361140ffe26718f70d8a2ac0294b6b5caec74 Mon Sep 17 00:00:00 2001 From: ryzendew <84041391+ryzendew@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:27:35 -0300 Subject: [PATCH 4/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4e2538f6..bd3ad6c2c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Emulation never dies! it changes and moves forward! -

Lime is the world's most popular, open-source, Nintendo 3DS emulator. +

Lime is the Citra Fork and aim's to keep the Citra code alive in hopes someone will take over, We are a Nintendo 3DS emulator.
It is written in C++ with portability in mind and builds are actively maintained for Windows, Linux, Android, and macOS.

@@ -19,6 +19,7 @@ If anyone wants to help Continue This citra Fork please do because i am not a de 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