|
|
@@ -127,6 +127,9 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|
|
|
|
|
public IEnumerable<LdnGameData> LastLdnGameData;
|
|
|
|
|
|
+ // The UI specifically uses a thicker bordered variant of the icon to avoid crunching out the border at lower resolutions.
|
|
|
+ // For an example of this, download canary 1.2.95, then open the settings menu, and look at the icon in the top-left.
|
|
|
+ // The border gets reduced to colored pixels in the 4 corners.
|
|
|
public static readonly Bitmap IconBitmap =
|
|
|
new(Assembly.GetAssembly(typeof(ConfigurationState))!.GetManifestResourceStream("Ryujinx.UI.Common.Resources.Logo_Thiccjinx.png")!);
|
|
|
|
|
|
@@ -330,6 +333,9 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|
|
OnPropertyChanged();
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ public bool CanScanAmiiboBinaries => AmiiboBinReader.HasKeyRetailBinPath;
|
|
|
+
|
|
|
public bool ShowLoadProgress
|
|
|
{
|
|
|
get => _showLoadProgress;
|