mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 12:07:12 +02:00
UI: Rework the compatibility list into a Window
This commit is contained in:
parent
a23c6bf547
commit
2b06826922
11 changed files with 149 additions and 92 deletions
|
@ -1,4 +1,5 @@
|
|||
using Gommon;
|
||||
using Ryujinx.Ava.Systems;
|
||||
using Ryujinx.Ava.UI.ViewModels;
|
||||
using Ryujinx.Ava.Systems.Configuration;
|
||||
using Ryujinx.Common;
|
||||
|
@ -55,6 +56,8 @@ namespace Ryujinx.Ava.Common.Locale
|
|||
SetDynamicValues(LocaleKeys.RyujinxConfirm, RyujinxApp.FullAppName);
|
||||
SetDynamicValues(LocaleKeys.RyujinxUpdater, RyujinxApp.FullAppName);
|
||||
SetDynamicValues(LocaleKeys.RyujinxRebooter, RyujinxApp.FullAppName);
|
||||
SetDynamicValues(LocaleKeys.CompatibilityListSearchBoxWatermarkWithCount, CompatibilityCsv.Entries.Length);
|
||||
|
||||
}
|
||||
|
||||
public string this[LocaleKeys key]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue