Explorar el Código

Logo from PR #381 everywhere

Evan Husted hace 1 año
padre
commit
b97b8ca8f5

+ 1 - 1
README.md

@@ -29,7 +29,7 @@
   Ryujinx is an open-source Nintendo Switch emulator, originally created by gdkchan, written in C#.
   This emulator aims at providing excellent accuracy and performance, a user-friendly interface and consistent builds.
   It was written from scratch and development on the project began in September 2017.
-  Ryujinx is available on Github under the <a href="https://github.com/GreemDev/Ryujinx/blob/master/LICENSE.txt" target="_blank">MIT license</a>.
+  Ryujinx is available on GitHub under the <a href="https://github.com/GreemDev/Ryujinx/blob/master/LICENSE.txt" target="_blank">MIT license</a>.
   <br />
 </p>
 <p align="center">

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 2 - 1
distribution/misc/Logo.svg


BIN
src/Ryujinx.UI.Common/Resources/Logo_Ryujinx.png


BIN
src/Ryujinx/Ryujinx.ico


+ 3 - 3
src/Ryujinx/UI/Views/Main/MainMenuBarView.axaml

@@ -14,9 +14,9 @@
     <DockPanel HorizontalAlignment="Stretch">
         <Image
             Name="RyuLogo"
-            Margin="7,0"
-            Height="25"
-            Width="25"
+            Margin="2, 1,-1, 0"
+            Height="36"
+            Width="36"
             ToolTip.Tip="{Binding Title}"
             Source="resm:Ryujinx.UI.Common.Resources.Logo_Ryujinx.png?assembly=Ryujinx.UI.Common" />
         <Menu

+ 2 - 1
src/Ryujinx/UI/Windows/AboutWindow.axaml

@@ -36,7 +36,8 @@
                         HorizontalAlignment="Center"
                         Spacing="10">
                         <Image
-                            Height="80"
+                            Height="90"
+                            Width="90"
                             Source="resm:Ryujinx.UI.Common.Resources.Logo_Ryujinx.png?assembly=Ryujinx.UI.Common"
                             HorizontalAlignment="Center"
                             IsHitTestVisible="True" />

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio