misc: Move UserError to Common project

This commit is contained in:
Evan Husted 2024-12-29 18:06:18 -06:00
parent cbd851d00e
commit 32cdccde12
6 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,5 @@
using Ryujinx.Ava.Common.Locale;
using Ryujinx.Common.UI;
using Ryujinx.UI.Common;
using System.Threading.Tasks;