mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
Removed a couple of Citra references
This commit is contained in:
parent
6bd64d83b7
commit
17e364428e
4
dist/languages/de.ts
vendored
4
dist/languages/de.ts
vendored
@ -303,7 +303,7 @@ Dies bannt sowohl den Forum-Nutzernamen, als auch die IP-Adresse.</translation>
|
||||
<message>
|
||||
<location filename="../../src/lime_qt/compatdb.ui" line="36"/>
|
||||
<source><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></source>
|
||||
<translation><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></translation>
|
||||
<translation><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></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/lime_qt/compatdb.ui" line="72"/>
|
||||
@ -368,7 +368,7 @@ Dies bannt sowohl den Forum-Nutzernamen, als auch die IP-Adresse.</translation>
|
||||
<message>
|
||||
<location filename="../../src/lime_qt/compatdb.ui" line="182"/>
|
||||
<source><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></source>
|
||||
<translation><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></translation>
|
||||
<translation><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></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/lime_qt/compatdb.ui" line="206"/>
|
||||
|
@ -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()
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user