mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-14 19:36:59 +00:00
Further fixing some Amiibo shenanigans
This commit is contained in:
parent
8cef34450b
commit
f15a1148a4
1 changed files with 6 additions and 1 deletions
|
|
@ -336,7 +336,11 @@ namespace Ryujinx.Ava.UI.ViewModels
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (LastScannedAmiiboId != string.Empty)
|
if (ShowAllAmiibo && _amiiboSeries.Count > 0)
|
||||||
|
{
|
||||||
|
SeriesSelectedIndex = 0;
|
||||||
|
}
|
||||||
|
else if (LastScannedAmiiboId != string.Empty)
|
||||||
{
|
{
|
||||||
SelectLastScannedAmiibo();
|
SelectLastScannedAmiibo();
|
||||||
}
|
}
|
||||||
|
|
@ -412,6 +416,7 @@ namespace Ryujinx.Ava.UI.ViewModels
|
||||||
|
|
||||||
AmiiboSelectedIndex = restoredIndex != -1 ? restoredIndex : (_amiibos.Count > 0 ? 0 : -1);
|
AmiiboSelectedIndex = restoredIndex != -1 ? restoredIndex : (_amiibos.Count > 0 ? 0 : -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void SetAmiiboDetails()
|
private void SetAmiiboDetails()
|
||||||
{
|
{
|
||||||
ResetAmiiboPreview();
|
ResetAmiiboPreview();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue