Fix exception paramter.

This commit is contained in:
MutantAura 2024-04-29 21:00:46 +01:00
parent f9b7469ef2
commit bb5458150f

View file

@ -232,7 +232,7 @@ namespace Ryujinx.Ava.UI.Views.Main
break;
default:
throw new ArgumentNullException(nameof(item.Tag));
throw new ArgumentNullException($"Invalid Tag for {item}");
}
await Dispatcher.UIThread.InvokeAsync(() =>