From 17e364428e8fef988a939d12a9e106b047327f4c Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Mon, 1 Apr 2024 23:03:47 +0100 Subject: [PATCH] Removed a couple of Citra references --- dist/languages/de.ts | 4 ++-- .../app/src/main/java/io/github/lime3ds/NativeLibrary.kt | 2 +- src/android/app/src/main/jni/native.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/languages/de.ts b/dist/languages/de.ts index 18513aad7..9e1d47ff4 100644 --- a/dist/languages/de.ts +++ b/dist/languages/de.ts @@ -303,7 +303,7 @@ Dies bannt sowohl den Forum-Nutzernamen, als auch die IP-Adresse. <html><head/><body><p><span style=" font-size:10pt;">Should you choose to submit a test case to the </span><a href="https://citra-emu.org/game/"><span style=" font-size:10pt; text-decoration: underline; color:#0000ff;">Citra Compatibility List</span></a><span style=" font-size:10pt;">, The following information will be collected and displayed on the site:</span></p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Hardware Information (CPU / GPU / Operating System)</li><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Which version of Citra you are running</li><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The connected Citra account</li></ul></body></html> - <html><head/><body><p><span style=" font-size:10pt;">Sollten Sie sich dazu entscheiden, einen Kompatibilitätsbericht zur</span><a href="https://citra-emu.org/game/"><span style=" font-size:10pt; text-decoration: underline; color:#0000ff;"> Citra Kompatibilitätsliste </span></a><span style=" font-size:10pt;">hinzuzufügen, werden die folgenden Informationen gesammelt und auf der Seite angezeigt:</span></p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Hardware Informationen (CPU / GPU / Betriebssystem)</li><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Die Citra Version, die Sie benutzen</li><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Der verbundene Citra account</li></ul></body></html> + <html><head/><body><p><span style=" font-size:10pt;">Sollten Sie sich dazu entscheiden, einen Kompatibilitätsbericht zur</span><a href="https://citra-emu.org/game/"><span style=" font-size:10pt; text-decoration: underline; color:#0000ff;"> Citra Kompatibilitätsliste </span></a><span style=" font-size:10pt;">hinzuzufügen, werden die folgenden Informationen gesammelt und auf der Seite angezeigt:</span></p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Hardware Informationen (CPU / GPU / Betriebssystem)</li><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Die Lime3DS Version, die Sie benutzen</li><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Der verbundene Citra account</li></ul></body></html> @@ -368,7 +368,7 @@ Dies bannt sowohl den Forum-Nutzernamen, als auch die IP-Adresse. <html><head/><body><p>Independent of speed or performance, how well does this game play from start to finish on this version of Citra?</p></body></html> - <html><head/><body><p>Unabhängig von Geschwindigkeit oder Performance - wie gut lässt sich das Spiel mit dieser Citra Version von Anfang bis Ende spielen?</p></body></html> + <html><head/><body><p>Unabhängig von Geschwindigkeit oder Performance - wie gut lässt sich das Spiel mit dieser Lime3DS Version von Anfang bis Ende spielen?</p></body></html> diff --git a/src/android/app/src/main/java/io/github/lime3ds/NativeLibrary.kt b/src/android/app/src/main/java/io/github/lime3ds/NativeLibrary.kt index b001fd2e9..b9e0500a7 100644 --- a/src/android/app/src/main/java/io/github/lime3ds/NativeLibrary.kt +++ b/src/android/app/src/main/java/io/github/lime3ds/NativeLibrary.kt @@ -511,7 +511,7 @@ object NativeLibrary { external fun loadState(slot: Int) /** - * Logs the Citra version, Android version and, CPU. + * Logs the Lime3DS version, Android version and, CPU. */ external fun logDeviceInfo() diff --git a/src/android/app/src/main/jni/native.cpp b/src/android/app/src/main/jni/native.cpp index 18ffc26c8..6856b44c2 100644 --- a/src/android/app/src/main/jni/native.cpp +++ b/src/android/app/src/main/jni/native.cpp @@ -735,7 +735,7 @@ void Java_io_github_lime3ds_NativeLibrary_loadState([[maybe_unused]] JNIEnv* env void Java_io_github_lime3ds_NativeLibrary_logDeviceInfo([[maybe_unused]] JNIEnv* env, [[maybe_unused]] jobject obj) { - LOG_INFO(Frontend, "Citra Version: {} | {}-{}", Common::g_build_fullname, Common::g_scm_branch, + LOG_INFO(Frontend, "Lime3DS Version: {} | {}-{}", Common::g_build_fullname, Common::g_scm_branch, Common::g_scm_desc); LOG_INFO(Frontend, "Host CPU: {}", Common::GetCPUCaps().cpu_string); // There is no decent way to get the OS version, so we log the API level instead.