Browse Source
[dist, docs] Revolt renames itself to Stoat, change rvlt.gg to stt.gg (#2656 )
No badges.io yet, no new SVG logo from them
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Co-authored-by: Maufeat <sahyno1996@gmail.com>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2656
Reviewed-by: Maufeat <sahyno1996@gmail.com>
Reviewed-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Co-authored-by: Lizzie <lizzie@eden-emu.dev>
Co-committed-by: Lizzie <lizzie@eden-emu.dev>
pull/3176/head
Lizzie
5 days ago
committed by
crueter
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
9 changed files with
17 additions and
17 deletions
README.md
docs/Build.md
src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/AboutFragment.kt
src/android/app/src/main/res/drawable/ic_stoat.xml
src/android/app/src/main/res/layout-w600dp/fragment_about.xml
src/android/app/src/main/res/layout/fragment_about.xml
src/android/app/src/main/res/values/strings.xml
src/yuzu/aboutdialog.ui
src/yuzu/main_window.cpp
@ -25,9 +25,9 @@ It is written in C++ with portability in mind, and we actively maintain builds f
< img src = "https://img.shields.io/discord/1367654015269339267?color=5865F2&label=Eden&logo=discord&logoColor=white"
alt="Discord">
< / a >
< a href = "https://rvl t.gg/qKgFEAbH" >
< img src = "https://img.shields.io/revolt/invite/qKgFEAbH?color=d61f3a&label=Revol t"
alt="Revol t">
< a href = "https://st t.gg/qKgFEAbH" >
< img src = "https://img.shields.io/revolt/invite/qKgFEAbH?color=d61f3a&label=Stoa t"
alt="Stoa t">
< / a >
< / p >
@ -52,10 +52,10 @@ Check out our [website](https://eden-emu.dev) for the latest news on exciting fe
## Development
Most of the development happens on our Git server. It is also where [our central repository ](https://git.eden-emu.dev/eden-emu/eden ) is hosted. For development discussions, please join us on [Discord ](https://discord.gg/HstXbPch7X ) or [Revolt ](https://rvl t.gg/qKgFEAbH ).
Most of the development happens on our Git server. It is also where [our central repository ](https://git.eden-emu.dev/eden-emu/eden ) is hosted. For development discussions, please join us on [Discord ](https://discord.gg/HstXbPch7X ) or [Stoat ](https://st t.gg/qKgFEAbH ).
You can also follow us on [X (Twitter) ](https://nitter.poast.org/edenemuofficial ) for updates and announcements.
If you would like to contribute, we are open to new developers and pull requests. Please ensure that your work is of a high standard and properly documented. You can also contact any of the developers on Discord or Revol t to learn more about the current state of the emulator.
If you would like to contribute, we are open to new developers and pull requests. Please ensure that your work is of a high standard and properly documented. You can also contact any of the developers on Discord or Stoa t to learn more about the current state of the emulator.
See the [sign-up instructions ](docs/SIGNUP.md ) for information on registration.
@ -137,7 +137,7 @@ If your initial configure failed:
- Evaluate the error and find any related settings
- See the [CPM docs ](CPM.md ) to see if you may need to forcefully bundle any packages
Otherwise, feel free to ask for help in Revol t or Discord.
Otherwise, feel free to ask for help in Stoa t or Discord.
## Caveats
@ -100,7 +100,7 @@ class AboutFragment : Fragment() {
}
binding . buttonDiscord . setOnClickListener { openLink ( getString ( R . string . discord_link ) ) }
binding . buttonRevol t . setOnClickListener { openLink ( getString ( R . string . revol t_link) ) }
binding . buttonStoa t . setOnClickListener { openLink ( getString ( R . string . stoa t_link) ) }
binding . buttonX . setOnClickListener { openLink ( getString ( R . string . x_link ) ) }
binding . buttonWebsite . setOnClickListener { openLink ( getString ( R . string . website_link ) ) }
binding . buttonGithub . setOnClickListener { openLink ( getString ( R . string . github_link ) ) }
@ -220,12 +220,12 @@
app:iconPadding="0dp" />
<com.google.android.material.button.MaterialButton
android:id="@+id/button_revol t"
android:id="@+id/button_stoa t"
style="@style/EdenButton.Secondary"
android:layout_width="56dp"
android:layout_height="56dp"
android:layout_marginEnd="12dp"
app:icon="@drawable/ic_revol t"
app:icon="@drawable/ic_stoa t"
app:iconGravity="textStart"
app:iconSize="24dp"
app:iconPadding="0dp" />
@ -270,4 +270,4 @@
</androidx.core.widget.NestedScrollView>
</androidx.coordinatorlayout.widget.CoordinatorLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>
@ -215,12 +215,12 @@
<com.google.android.material.button.MaterialButton
style="@style/EdenButton.Secondary"
android:id="@+id/button_revol t"
android:id="@+id/button_stoa t"
android:layout_width="0dp"
android:layout_height="56dp"
android:layout_weight="1"
android:layout_marginEnd="8dp"
app:icon="@drawable/ic_revol t"
app:icon="@drawable/ic_stoa t"
app:iconSize="24dp"
app:iconGravity="textStart"
app:iconPadding="0dp" />
@ -235,7 +235,7 @@
app:icon="@drawable/ic_x"
app:iconSize="24dp"
app:iconGravity="textStart"
app:iconPadding="0dp" />
app:iconPadding="0dp" />
<com.google.android.material.button.MaterialButton
style="@style/EdenButton.Secondary"
@ -267,4 +267,4 @@
</androidx.core.widget.NestedScrollView>
</androidx.coordinatorlayout.widget.CoordinatorLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>
@ -447,7 +447,7 @@
<string name= "user_data_export_cancelled" > Export cancelled</string>
<string name= "user_data_import_failed_description" > Make sure the user data folders are at the root of the zip folder and contain a config file at config/config.ini and try again.</string>
<string name= "discord_link" translatable= "false" > https://discord.gg/HstXbPch7X</string>
<string name= "revol t_link" translatable= "false" > https://rvl t.gg/qKgFEAbH</string>
<string name= "stoa t_link" translatable= "false" > https://st t.gg/qKgFEAbH</string>
<string name= "x_link" translatable= "false" > https://nitter.poast.org/edenemuofficial</string>
<string name= "website_link" translatable= "false" > https://eden-emu.dev</string>
<string name= "github_link" translatable= "false" > https://git.eden-emu.dev/eden-emu</string>
@ -128,7 +128,7 @@ li.checked::marker { content: "\2612"; }
<item>
<widget class="QLabel" name="labelLinks">
<property name="text">
<string><html><head/><body><p><a href="https://eden-emulator.github.io/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://git.eden-emu.dev"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://git.eden-emu.dev/eden-emu/eden/activity/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://discord.gg/HstXbPch7X"><span style=" text-decoration: underline; color:#039be5;">Discord</span></a> | <a href="https://rvl t.gg/qKgFEAbH"><span style=" text-decoration: underline; color:#039be5;">Revol t</span></a> | <a href="https://nitter.poast.org/edenemuofficial"><span style=" text-decoration: underline; color:#039be5;">Twitter</span></a> | <a href="https://git.eden-emu.dev/eden-emu/eden/src/branch/master/LICENSE.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></string>
<string><html><head/><body><p><a href="https://eden-emulator.github.io/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://git.eden-emu.dev"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://git.eden-emu.dev/eden-emu/eden/activity/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://discord.gg/HstXbPch7X"><span style=" text-decoration: underline; color:#039be5;">Discord</span></a> | <a href="https://st t.gg/qKgFEAbH"><span style=" text-decoration: underline; color:#039be5;">Stoa t</span></a> | <a href="https://nitter.poast.org/edenemuofficial"><span style=" text-decoration: underline; color:#039be5;">Twitter</span></a> | <a href="https://git.eden-emu.dev/eden-emu/eden/src/branch/master/LICENSE.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
@ -1900,7 +1900,7 @@ bool MainWindow::LoadROM(const QString& filename, Service::AM::FrontendAppletPar
tr ( " Error while loading ROM! %1 " , " %1 signifies a numeric error code. " )
. arg ( QString : : fromStdString ( error_code ) ) ;
const auto description =
tr ( " %1<br>Please redump your files or ask on Discord/Revol t for help. " ,
tr ( " %1<br>Please redump your files or ask on Discord/Stoa t for help. " ,
" %1 signifies an error string. " )
. arg ( QString : : fromStdString (
GetResultStatusString ( static_cast < Loader : : ResultStatus > ( error_id ) ) ) ) ;