| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535 |
- using ARMeilleure.Translation.PTC;
- using Avalonia;
- using Avalonia.Controls;
- using Avalonia.Input;
- using Avalonia.Media;
- using Avalonia.Threading;
- using DynamicData;
- using DynamicData.Binding;
- using LibHac.Fs;
- using LibHac.FsSystem;
- using LibHac.Ncm;
- using Ryujinx.Ava.Common;
- using Ryujinx.Ava.Common.Locale;
- using Ryujinx.Ava.Input;
- using Ryujinx.Ava.Ui.Controls;
- using Ryujinx.Ava.Ui.Windows;
- using Ryujinx.Common;
- using Ryujinx.Common.Configuration;
- using Ryujinx.Common.Logging;
- using Ryujinx.HLE;
- using Ryujinx.HLE.FileSystem;
- using Ryujinx.HLE.HOS;
- using Ryujinx.Modules;
- using Ryujinx.Ui.App.Common;
- using Ryujinx.Ui.Common;
- using Ryujinx.Ui.Common.Configuration;
- using Ryujinx.Ui.Common.Helper;
- using System;
- using System.Collections.Generic;
- using System.Collections.ObjectModel;
- using System.Globalization;
- using System.IO;
- using System.Threading;
- using System.Threading.Tasks;
- using Path = System.IO.Path;
- using ShaderCacheLoadingState = Ryujinx.Graphics.Gpu.Shader.ShaderCacheState;
- namespace Ryujinx.Ava.Ui.ViewModels
- {
- internal class MainWindowViewModel : BaseModel
- {
- private const int HotKeyPressDelayMs = 500;
- private readonly MainWindow _owner;
- private ObservableCollection<ApplicationData> _applications;
- private string _aspectStatusText;
- private string _loadHeading;
- private string _cacheLoadStatus;
- private string _searchText;
- private Timer _searchTimer;
- private string _dockedStatusText;
- private string _fifoStatusText;
- private string _gameStatusText;
- private string _volumeStatusText;
- private string _gpuStatusText;
- private bool _isAmiiboRequested;
- private bool _isGameRunning;
- private bool _isLoading;
- private int _progressMaximum;
- private int _progressValue;
- private long _lastFullscreenToggle = Environment.TickCount64;
- private bool _showLoadProgress;
- private bool _showMenuAndStatusBar = true;
- private bool _showStatusSeparator;
- private Brush _progressBarForegroundColor;
- private Brush _progressBarBackgroundColor;
- private Brush _vsyncColor;
- private byte[] _selectedIcon;
- private bool _isAppletMenuActive;
- private int _statusBarProgressMaximum;
- private int _statusBarProgressValue;
- private bool _isPaused;
- private bool _showContent = true;
- private bool _isLoadingIndeterminate = true;
- private bool _showAll;
- private string _lastScannedAmiiboId;
- private ReadOnlyObservableCollection<ApplicationData> _appsObservableList;
- public string TitleName { get; internal set; }
- public MainWindowViewModel(MainWindow owner) : this()
- {
- _owner = owner;
- }
- public MainWindowViewModel()
- {
- Applications = new ObservableCollection<ApplicationData>();
- Applications.ToObservableChangeSet()
- .Filter(Filter)
- .Sort(GetComparer())
- .Bind(out _appsObservableList).AsObservableList();
- if (Program.PreviewerDetached)
- {
- LoadConfigurableHotKeys();
- Volume = ConfigurationState.Instance.System.AudioVolume;
- }
- }
- public void Initialize()
- {
- _owner.ApplicationLibrary.ApplicationCountUpdated += ApplicationLibrary_ApplicationCountUpdated;
- _owner.ApplicationLibrary.ApplicationAdded += ApplicationLibrary_ApplicationAdded;
- Ptc.PtcStateChanged -= ProgressHandler;
- Ptc.PtcStateChanged += ProgressHandler;
- }
- public string SearchText
- {
- get => _searchText;
- set
- {
- _searchText = value;
- _searchTimer?.Dispose();
- _searchTimer = new Timer(TimerCallback, null, 1000, 0);
- }
- }
- private void TimerCallback(object obj)
- {
- RefreshView();
- _searchTimer.Dispose();
- _searchTimer = null;
- }
- public ReadOnlyObservableCollection<ApplicationData> AppsObservableList
- {
- get => _appsObservableList;
- set
- {
- _appsObservableList = value;
- OnPropertyChanged();
- }
- }
- public bool IsPaused
- {
- get => _isPaused;
- set
- {
- _isPaused = value;
- OnPropertyChanged();
- }
- }
- public bool EnableNonGameRunningControls => !IsGameRunning;
- public bool ShowFirmwareStatus => !ShowLoadProgress;
- public bool IsGameRunning
- {
- get => _isGameRunning;
- set
- {
- _isGameRunning = value;
- if (!value)
- {
- ShowMenuAndStatusBar = false;
- }
- OnPropertyChanged();
- OnPropertyChanged(nameof(EnableNonGameRunningControls));
- OnPropertyChanged(nameof(ShowFirmwareStatus));
- }
- }
- public bool IsAmiiboRequested
- {
- get => _isAmiiboRequested && _isGameRunning;
- set
- {
- _isAmiiboRequested = value;
- OnPropertyChanged();
- }
- }
- public bool ShowLoadProgress
- {
- get => _showLoadProgress;
- set
- {
- _showLoadProgress = value;
- OnPropertyChanged();
- OnPropertyChanged(nameof(ShowFirmwareStatus));
- }
- }
- public string GameStatusText
- {
- get => _gameStatusText;
- set
- {
- _gameStatusText = value;
- OnPropertyChanged();
- }
- }
- private string _showUikey = "F4";
- private string _pauseKey = "F5";
- private string _screenshotkey = "F8";
- private float _volume;
- private string _backendText;
- public ApplicationData SelectedApplication
- {
- get
- {
- return Glyph switch
- {
- Glyph.List => _owner.GameList.SelectedApplication,
- Glyph.Grid => _owner.GameGrid.SelectedApplication,
- _ => null,
- };
- }
- }
- public string LoadHeading
- {
- get => _loadHeading;
- set
- {
- _loadHeading = value;
- OnPropertyChanged();
- }
- }
- public string CacheLoadStatus
- {
- get => _cacheLoadStatus;
- set
- {
- _cacheLoadStatus = value;
- OnPropertyChanged();
- }
- }
- public Brush ProgressBarBackgroundColor
- {
- get => _progressBarBackgroundColor;
- set
- {
- _progressBarBackgroundColor = value;
- OnPropertyChanged();
- }
- }
- public Brush ProgressBarForegroundColor
- {
- get => _progressBarForegroundColor;
- set
- {
- _progressBarForegroundColor = value;
- OnPropertyChanged();
- }
- }
- public Brush VsyncColor
- {
- get => _vsyncColor;
- set
- {
- _vsyncColor = value;
- OnPropertyChanged();
- }
- }
- public byte[] SelectedIcon
- {
- get => _selectedIcon;
- set
- {
- _selectedIcon = value;
- OnPropertyChanged();
- }
- }
- public int ProgressMaximum
- {
- get => _progressMaximum;
- set
- {
- _progressMaximum = value;
- OnPropertyChanged();
- }
- }
- public int ProgressValue
- {
- get => _progressValue;
- set
- {
- _progressValue = value;
- OnPropertyChanged();
- }
- }
- public int StatusBarProgressMaximum
- {
- get => _statusBarProgressMaximum;
- set
- {
- _statusBarProgressMaximum = value;
- OnPropertyChanged();
- }
- }
- public int StatusBarProgressValue
- {
- get => _statusBarProgressValue;
- set
- {
- _statusBarProgressValue = value;
- OnPropertyChanged();
- }
- }
- public string FifoStatusText
- {
- get => _fifoStatusText;
- set
- {
- _fifoStatusText = value;
- OnPropertyChanged();
- }
- }
- public string GpuNameText
- {
- get => _gpuStatusText;
- set
- {
- _gpuStatusText = value;
- OnPropertyChanged();
- }
- }
- public string BackendText
- {
- get => _backendText;
- set
- {
- _backendText = value;
- OnPropertyChanged();
- }
- }
- public string DockedStatusText
- {
- get => _dockedStatusText;
- set
- {
- _dockedStatusText = value;
- OnPropertyChanged();
- }
- }
- public string AspectRatioStatusText
- {
- get => _aspectStatusText;
- set
- {
- _aspectStatusText = value;
- OnPropertyChanged();
- }
- }
- public string VolumeStatusText
- {
- get => _volumeStatusText;
- set
- {
- _volumeStatusText = value;
- OnPropertyChanged();
- }
- }
- public bool VolumeMuted => _volume == 0;
- public float Volume
- {
- get => _volume;
- set
- {
- _volume = value;
- if (_isGameRunning)
- {
- _owner.AppHost.Device.SetVolume(_volume);
- }
- OnPropertyChanged(nameof(VolumeStatusText));
- OnPropertyChanged(nameof(VolumeMuted));
- OnPropertyChanged();
- }
- }
- public bool ShowStatusSeparator
- {
- get => _showStatusSeparator;
- set
- {
- _showStatusSeparator = value;
- OnPropertyChanged();
- }
- }
- public Thickness GridItemPadding => ShowNames ? new Thickness() : new Thickness(5);
- public bool ShowMenuAndStatusBar
- {
- get => _showMenuAndStatusBar;
- set
- {
- _showMenuAndStatusBar = value;
- OnPropertyChanged();
- }
- }
- public bool IsLoadingIndeterminate
- {
- get => _isLoadingIndeterminate;
- set
- {
- _isLoadingIndeterminate = value;
- OnPropertyChanged();
- }
- }
- public bool ShowContent
- {
- get => _showContent;
- set
- {
- _showContent = value;
- OnPropertyChanged();
- }
- }
- public bool IsAppletMenuActive
- {
- get => _isAppletMenuActive && EnableNonGameRunningControls;
- set
- {
- _isAppletMenuActive = value;
- OnPropertyChanged();
- }
- }
- public bool IsGrid => Glyph == Glyph.Grid;
- public bool IsList => Glyph == Glyph.List;
- internal void Sort(bool isAscending)
- {
- IsAscending = isAscending;
- RefreshView();
- }
- internal void Sort(ApplicationSort sort)
- {
- SortMode = sort;
- RefreshView();
- }
- private IComparer<ApplicationData> GetComparer()
- {
- return SortMode switch
- {
- ApplicationSort.LastPlayed => new Models.Generic.LastPlayedSortComparer(IsAscending),
- ApplicationSort.FileSize => new Models.Generic.FileSizeSortComparer(IsAscending),
- ApplicationSort.TotalTimePlayed => new Models.Generic.TimePlayedSortComparer(IsAscending),
- ApplicationSort.Title => IsAscending ? SortExpressionComparer<ApplicationData>.Ascending(app => app.TitleName)
- : SortExpressionComparer<ApplicationData>.Descending(app => app.TitleName),
- ApplicationSort.Favorite => !IsAscending ? SortExpressionComparer<ApplicationData>.Ascending(app => app.Favorite)
- : SortExpressionComparer<ApplicationData>.Descending(app => app.Favorite),
- ApplicationSort.Developer => IsAscending ? SortExpressionComparer<ApplicationData>.Ascending(app => app.Developer)
- : SortExpressionComparer<ApplicationData>.Descending(app => app.Developer),
- ApplicationSort.FileType => IsAscending ? SortExpressionComparer<ApplicationData>.Ascending(app => app.FileExtension)
- : SortExpressionComparer<ApplicationData>.Descending(app => app.FileExtension),
- ApplicationSort.Path => IsAscending ? SortExpressionComparer<ApplicationData>.Ascending(app => app.Path)
- : SortExpressionComparer<ApplicationData>.Descending(app => app.Path),
- _ => null,
- };
- }
- private void RefreshView()
- {
- RefreshGrid();
- }
- private void RefreshGrid()
- {
- Applications.ToObservableChangeSet()
- .Filter(Filter)
- .Sort(GetComparer())
- .Bind(out _appsObservableList).AsObservableList();
- OnPropertyChanged(nameof(AppsObservableList));
- }
- public bool StartGamesInFullscreen
- {
- get => ConfigurationState.Instance.Ui.StartFullscreen;
- set
- {
- ConfigurationState.Instance.Ui.StartFullscreen.Value = value;
- ConfigurationState.Instance.ToFileFormat().SaveConfig(Program.ConfigurationPath);
- OnPropertyChanged();
- }
- }
- public bool ShowConsole
- {
- get => ConfigurationState.Instance.Ui.ShowConsole;
- set
- {
- ConfigurationState.Instance.Ui.ShowConsole.Value = value;
- ConfigurationState.Instance.ToFileFormat().SaveConfig(Program.ConfigurationPath);
- OnPropertyChanged();
- }
- }
- public bool ShowConsoleVisible
- {
- get => ConsoleHelper.SetConsoleWindowStateSupported;
- }
- public ObservableCollection<ApplicationData> Applications
- {
- get => _applications;
- set
- {
- _applications = value;
- OnPropertyChanged();
- }
- }
- public Glyph Glyph
- {
- get => (Glyph)ConfigurationState.Instance.Ui.GameListViewMode.Value;
- set
- {
- ConfigurationState.Instance.Ui.GameListViewMode.Value = (int)value;
- OnPropertyChanged();
- OnPropertyChanged(nameof(IsGrid));
- OnPropertyChanged(nameof(IsList));
- ConfigurationState.Instance.ToFileFormat().SaveConfig(Program.ConfigurationPath);
- }
- }
- public bool ShowNames
- {
- get => ConfigurationState.Instance.Ui.ShowNames && ConfigurationState.Instance.Ui.GridSize > 1; set
- {
- ConfigurationState.Instance.Ui.ShowNames.Value = value;
- OnPropertyChanged();
- OnPropertyChanged(nameof(GridItemPadding));
- OnPropertyChanged(nameof(GridSizeScale));
- ConfigurationState.Instance.ToFileFormat().SaveConfig(Program.ConfigurationPath);
- }
- }
- internal ApplicationSort SortMode
- {
- get => (ApplicationSort)ConfigurationState.Instance.Ui.ApplicationSort.Value;
- private set
- {
- ConfigurationState.Instance.Ui.ApplicationSort.Value = (int)value;
- OnPropertyChanged();
- OnPropertyChanged(nameof(SortName));
- ConfigurationState.Instance.ToFileFormat().SaveConfig(Program.ConfigurationPath);
- }
- }
- public bool IsSortedByFavorite => SortMode == ApplicationSort.Favorite;
- public bool IsSortedByTitle => SortMode == ApplicationSort.Title;
- public bool IsSortedByDeveloper => SortMode == ApplicationSort.Developer;
- public bool IsSortedByLastPlayed => SortMode == ApplicationSort.LastPlayed;
- public bool IsSortedByTimePlayed => SortMode == ApplicationSort.TotalTimePlayed;
- public bool IsSortedByType => SortMode == ApplicationSort.FileType;
- public bool IsSortedBySize => SortMode == ApplicationSort.FileSize;
- public bool IsSortedByPath => SortMode == ApplicationSort.Path;
- public string SortName
- {
- get
- {
- return SortMode switch
- {
- ApplicationSort.Title => LocaleManager.Instance["GameListHeaderApplication"],
- ApplicationSort.Developer => LocaleManager.Instance["GameListHeaderDeveloper"],
- ApplicationSort.LastPlayed => LocaleManager.Instance["GameListHeaderLastPlayed"],
- ApplicationSort.TotalTimePlayed => LocaleManager.Instance["GameListHeaderTimePlayed"],
- ApplicationSort.FileType => LocaleManager.Instance["GameListHeaderFileExtension"],
- ApplicationSort.FileSize => LocaleManager.Instance["GameListHeaderFileSize"],
- ApplicationSort.Path => LocaleManager.Instance["GameListHeaderPath"],
- ApplicationSort.Favorite => LocaleManager.Instance["CommonFavorite"],
- _ => string.Empty,
- };
- }
- }
- public bool IsAscending
- {
- get => ConfigurationState.Instance.Ui.IsAscendingOrder;
- private set
- {
- ConfigurationState.Instance.Ui.IsAscendingOrder.Value = value;
- OnPropertyChanged();
- OnPropertyChanged(nameof(SortMode));
- OnPropertyChanged(nameof(SortName));
- ConfigurationState.Instance.ToFileFormat().SaveConfig(Program.ConfigurationPath);
- }
- }
- public KeyGesture ShowUiKey
- {
- get => KeyGesture.Parse(_showUikey); set
- {
- _showUikey = value.ToString();
- OnPropertyChanged();
- }
- }
- public KeyGesture ScreenshotKey
- {
- get => KeyGesture.Parse(_screenshotkey); set
- {
- _screenshotkey = value.ToString();
- OnPropertyChanged();
- }
- }
- public KeyGesture PauseKey
- {
- get => KeyGesture.Parse(_pauseKey); set
- {
- _pauseKey = value.ToString();
- OnPropertyChanged();
- }
- }
- public bool IsGridSmall => ConfigurationState.Instance.Ui.GridSize == 1;
- public bool IsGridMedium => ConfigurationState.Instance.Ui.GridSize == 2;
- public bool IsGridLarge => ConfigurationState.Instance.Ui.GridSize == 3;
- public bool IsGridHuge => ConfigurationState.Instance.Ui.GridSize == 4;
- public int GridSizeScale
- {
- get => ConfigurationState.Instance.Ui.GridSize;
- set
- {
- ConfigurationState.Instance.Ui.GridSize.Value = value;
- if (value < 2)
- {
- ShowNames = false;
- }
- OnPropertyChanged();
- OnPropertyChanged(nameof(IsGridSmall));
- OnPropertyChanged(nameof(IsGridMedium));
- OnPropertyChanged(nameof(IsGridLarge));
- OnPropertyChanged(nameof(IsGridHuge));
- OnPropertyChanged(nameof(ShowNames));
- OnPropertyChanged(nameof(GridItemPadding));
- ConfigurationState.Instance.ToFileFormat().SaveConfig(Program.ConfigurationPath);
- }
- }
- public async void OpenAmiiboWindow()
- {
- if (!_isAmiiboRequested)
- {
- return;
- }
- if (_owner.AppHost.Device.System.SearchingForAmiibo(out int deviceId))
- {
- string titleId = _owner.AppHost.Device.Application.TitleIdText.ToUpper();
- AmiiboWindow window = new(_showAll, _lastScannedAmiiboId, titleId);
- await window.ShowDialog(_owner);
- if (window.IsScanned)
- {
- _showAll = window.ViewModel.ShowAllAmiibo;
- _lastScannedAmiiboId = window.ScannedAmiibo.GetId();
- _owner.AppHost.Device.System.ScanAmiibo(deviceId, _lastScannedAmiiboId, window.ViewModel.UseRandomUuid);
- }
- }
- }
- public void HandleShaderProgress(Switch emulationContext)
- {
- emulationContext.Gpu.ShaderCacheStateChanged -= ProgressHandler;
- emulationContext.Gpu.ShaderCacheStateChanged += ProgressHandler;
- }
- private bool Filter(object arg)
- {
- if (arg is ApplicationData app)
- {
- return string.IsNullOrWhiteSpace(_searchText) || app.TitleName.ToLower().Contains(_searchText.ToLower());
- }
- return false;
- }
- private void ApplicationLibrary_ApplicationAdded(object sender, ApplicationAddedEventArgs e)
- {
- AddApplication(e.AppData);
- }
- private void ApplicationLibrary_ApplicationCountUpdated(object sender, ApplicationCountUpdatedEventArgs e)
- {
- StatusBarProgressValue = e.NumAppsLoaded;
- StatusBarProgressMaximum = e.NumAppsFound;
- LocaleManager.Instance.UpdateDynamicValue("StatusBarGamesLoaded", StatusBarProgressValue, StatusBarProgressMaximum);
- Dispatcher.UIThread.Post(() =>
- {
- if (e.NumAppsFound == 0)
- {
- _owner.LoadProgressBar.IsVisible = false;
- }
- });
- }
- public void AddApplication(ApplicationData applicationData)
- {
- Dispatcher.UIThread.InvokeAsync(() =>
- {
- Applications.Add(applicationData);
- });
- }
- public async void LoadApplications()
- {
- await Dispatcher.UIThread.InvokeAsync(() =>
- {
- Applications.Clear();
- _owner.LoadProgressBar.IsVisible = true;
- StatusBarProgressMaximum = 0;
- StatusBarProgressValue = 0;
- LocaleManager.Instance.UpdateDynamicValue("StatusBarGamesLoaded", 0, 0);
- });
- ReloadGameList();
- }
- private void ReloadGameList()
- {
- if (_isLoading)
- {
- return;
- }
- _isLoading = true;
- Thread thread = new(() =>
- {
- _owner.ApplicationLibrary.LoadApplications(ConfigurationState.Instance.Ui.GameDirs.Value, ConfigurationState.Instance.System.Language);
- _isLoading = false;
- })
- { Name = "GUI.AppListLoadThread", Priority = ThreadPriority.AboveNormal };
- thread.Start();
- }
- public async void OpenFile()
- {
- OpenFileDialog dialog = new()
- {
- Title = LocaleManager.Instance["OpenFileDialogTitle"]
- };
- dialog.Filters.Add(new FileDialogFilter
- {
- Name = LocaleManager.Instance["AllSupportedFormats"],
- Extensions =
- {
- "nsp",
- "pfs0",
- "xci",
- "nca",
- "nro",
- "nso"
- }
- });
- dialog.Filters.Add(new FileDialogFilter { Name = "NSP", Extensions = { "nsp" } });
- dialog.Filters.Add(new FileDialogFilter { Name = "PFS0", Extensions = { "pfs0" } });
- dialog.Filters.Add(new FileDialogFilter { Name = "XCI", Extensions = { "xci" } });
- dialog.Filters.Add(new FileDialogFilter { Name = "NCA", Extensions = { "nca" } });
- dialog.Filters.Add(new FileDialogFilter { Name = "NRO", Extensions = { "nro" } });
- dialog.Filters.Add(new FileDialogFilter { Name = "NSO", Extensions = { "nso" } });
- string[] files = await dialog.ShowAsync(_owner);
- if (files != null && files.Length > 0)
- {
- _owner.LoadApplication(files[0]);
- }
- }
- public async void OpenFolder()
- {
- OpenFolderDialog dialog = new()
- {
- Title = LocaleManager.Instance["OpenFolderDialogTitle"]
- };
- string folder = await dialog.ShowAsync(_owner);
- if (!string.IsNullOrWhiteSpace(folder) && Directory.Exists(folder))
- {
- _owner.LoadApplication(folder);
- }
- }
- public void LoadConfigurableHotKeys()
- {
- if (AvaloniaMappingHelper.TryGetAvaKey((Ryujinx.Input.Key)ConfigurationState.Instance.Hid.Hotkeys.Value.ShowUi, out var showUiKey))
- {
- ShowUiKey = new KeyGesture(showUiKey, KeyModifiers.None);
- }
- if (AvaloniaMappingHelper.TryGetAvaKey((Ryujinx.Input.Key)ConfigurationState.Instance.Hid.Hotkeys.Value.Screenshot, out var screenshotKey))
- {
- ScreenshotKey = new KeyGesture(screenshotKey, KeyModifiers.None);
- }
- if (AvaloniaMappingHelper.TryGetAvaKey((Ryujinx.Input.Key)ConfigurationState.Instance.Hid.Hotkeys.Value.Pause, out var pauseKey))
- {
- PauseKey = new KeyGesture(pauseKey, KeyModifiers.None);
- }
- }
- public void TakeScreenshot()
- {
- _owner.AppHost.ScreenshotRequested = true;
- }
- public void HideUi()
- {
- ShowMenuAndStatusBar = false;
- }
- public void SetListMode()
- {
- Glyph = Glyph.List;
- }
- public void SetGridMode()
- {
- Glyph = Glyph.Grid;
- }
- public void OpenMiiApplet()
- {
- string contentPath = _owner.ContentManager.GetInstalledContentPath(0x0100000000001009, StorageId.BuiltInSystem, NcaContentType.Program);
- if (!string.IsNullOrWhiteSpace(contentPath))
- {
- _owner.LoadApplication(contentPath, false, "Mii Applet");
- }
- }
- public static void OpenRyujinxFolder()
- {
- OpenHelper.OpenFolder(AppDataManager.BaseDirPath);
- }
- public static void OpenLogsFolder()
- {
- string logPath = Path.Combine(ReleaseInformations.GetBaseApplicationDirectory(), "Logs");
- new DirectoryInfo(logPath).Create();
- OpenHelper.OpenFolder(logPath);
- }
- public void ToggleFullscreen()
- {
- if (Environment.TickCount64 - _lastFullscreenToggle < HotKeyPressDelayMs)
- {
- return;
- }
- _lastFullscreenToggle = Environment.TickCount64;
- if (_owner.WindowState == WindowState.FullScreen)
- {
- _owner.WindowState = WindowState.Normal;
- if (IsGameRunning)
- {
- ShowMenuAndStatusBar = true;
- }
- }
- else
- {
- _owner.WindowState = WindowState.FullScreen;
- if (IsGameRunning)
- {
- ShowMenuAndStatusBar = false;
- }
- }
- OnPropertyChanged(nameof(IsFullScreen));
- }
- public bool IsFullScreen => _owner.WindowState == WindowState.FullScreen;
- public void ToggleDockMode()
- {
- if (IsGameRunning)
- {
- ConfigurationState.Instance.System.EnableDockedMode.Value = !ConfigurationState.Instance.System.EnableDockedMode.Value;
- }
- }
- public async void ExitCurrentState()
- {
- if (_owner.WindowState == WindowState.FullScreen)
- {
- ToggleFullscreen();
- }
- else if (IsGameRunning)
- {
- await Task.Delay(100);
- _owner.AppHost?.ShowExitPrompt();
- }
- }
- public async void OpenSettings()
- {
- _owner.SettingsWindow = new(_owner.VirtualFileSystem, _owner.ContentManager);
- await _owner.SettingsWindow.ShowDialog(_owner);
- LoadConfigurableHotKeys();
- }
- public async void ManageProfiles()
- {
- await NavigationDialogHost.Show(_owner.AccountManager, _owner.ContentManager, _owner.VirtualFileSystem);
- }
- public async void OpenAboutWindow()
- {
- await new AboutWindow().ShowDialog(_owner);
- }
- public void ChangeLanguage(object obj)
- {
- LocaleManager.Instance.LoadDefaultLanguage();
- LocaleManager.Instance.LoadLanguage((string)obj);
- }
- private void ProgressHandler<T>(T state, int current, int total) where T : Enum
- {
- try
- {
- ProgressMaximum = total;
- ProgressValue = current;
- switch (state)
- {
- case PtcLoadingState ptcState:
- CacheLoadStatus = $"{current} / {total}";
- switch (ptcState)
- {
- case PtcLoadingState.Start:
- case PtcLoadingState.Loading:
- LoadHeading = LocaleManager.Instance["CompilingPPTC"];
- IsLoadingIndeterminate = false;
- break;
- case PtcLoadingState.Loaded:
- LoadHeading = string.Format(LocaleManager.Instance["LoadingHeading"], TitleName);
- IsLoadingIndeterminate = true;
- CacheLoadStatus = "";
- break;
- }
- break;
- case ShaderCacheLoadingState shaderCacheState:
- CacheLoadStatus = $"{current} / {total}";
- switch (shaderCacheState)
- {
- case ShaderCacheLoadingState.Start:
- case ShaderCacheLoadingState.Loading:
- LoadHeading = LocaleManager.Instance["CompilingShaders"];
- IsLoadingIndeterminate = false;
- break;
- case ShaderCacheLoadingState.Loaded:
- LoadHeading = string.Format(LocaleManager.Instance["LoadingHeading"], TitleName);
- IsLoadingIndeterminate = true;
- CacheLoadStatus = "";
- break;
- }
- break;
- default:
- throw new ArgumentException($"Unknown Progress Handler type {typeof(T)}");
- }
- }
- catch (Exception) { }
- }
- public void OpenUserSaveDirectory()
- {
- ApplicationData selection = SelectedApplication;
- if (selection != null)
- {
- Task.Run(() =>
- {
- if (!ulong.TryParse(selection.TitleId, NumberStyles.HexNumber, CultureInfo.InvariantCulture, out ulong titleIdNumber))
- {
- Dispatcher.UIThread.Post(async () =>
- {
- await ContentDialogHelper.CreateErrorDialog(LocaleManager.Instance["DialogRyujinxErrorMessage"], LocaleManager.Instance["DialogInvalidTitleIdErrorMessage"]);
- });
- return;
- }
- UserId userId = new((ulong)_owner.AccountManager.LastOpenedUser.UserId.High, (ulong)_owner.AccountManager.LastOpenedUser.UserId.Low);
- SaveDataFilter saveDataFilter = SaveDataFilter.Make(titleIdNumber, saveType: default, userId, saveDataId: default, index: default);
- OpenSaveDirectory(in saveDataFilter, selection, titleIdNumber);
- });
- }
- }
- public void ToggleFavorite()
- {
- ApplicationData selection = SelectedApplication;
- if (selection != null)
- {
- selection.Favorite = !selection.Favorite;
- _owner.ApplicationLibrary.LoadAndSaveMetaData(selection.TitleId, appMetadata =>
- {
- appMetadata.Favorite = selection.Favorite;
- });
- RefreshView();
- }
- }
- public void OpenModsDirectory()
- {
- ApplicationData selection = SelectedApplication;
- if (selection != null)
- {
- string modsBasePath = _owner.VirtualFileSystem.ModLoader.GetModsBasePath();
- string titleModsPath = _owner.VirtualFileSystem.ModLoader.GetTitleDir(modsBasePath, selection.TitleId);
- OpenHelper.OpenFolder(titleModsPath);
- }
- }
- public void OpenSdModsDirectory()
- {
- ApplicationData selection = SelectedApplication;
- if (selection != null)
- {
- string sdModsBasePath = _owner.VirtualFileSystem.ModLoader.GetSdModsBasePath();
- string titleModsPath = _owner.VirtualFileSystem.ModLoader.GetTitleDir(sdModsBasePath, selection.TitleId);
- OpenHelper.OpenFolder(titleModsPath);
- }
- }
- public void OpenPtcDirectory()
- {
- ApplicationData selection = SelectedApplication;
- if (selection != null)
- {
- string ptcDir = Path.Combine(AppDataManager.GamesDirPath, selection.TitleId, "cache", "cpu");
- string mainPath = Path.Combine(ptcDir, "0");
- string backupPath = Path.Combine(ptcDir, "1");
- if (!Directory.Exists(ptcDir))
- {
- Directory.CreateDirectory(ptcDir);
- Directory.CreateDirectory(mainPath);
- Directory.CreateDirectory(backupPath);
- }
- OpenHelper.OpenFolder(ptcDir);
- }
- }
- public async void PurgePtcCache()
- {
- ApplicationData selection = SelectedApplication;
- if (selection != null)
- {
- DirectoryInfo mainDir = new(Path.Combine(AppDataManager.GamesDirPath, selection.TitleId, "cache", "cpu", "0"));
- DirectoryInfo backupDir = new(Path.Combine(AppDataManager.GamesDirPath, selection.TitleId, "cache", "cpu", "1"));
- // FIXME: Found a way to reproduce the bold effect on the title name (fork?).
- UserResult result = await ContentDialogHelper.CreateConfirmationDialog(LocaleManager.Instance["DialogWarning"],
- string.Format(LocaleManager.Instance["DialogPPTCDeletionMessage"], selection.TitleName),
- LocaleManager.Instance["InputDialogYes"],
- LocaleManager.Instance["InputDialogNo"],
- LocaleManager.Instance["RyujinxConfirm"]);
- List<FileInfo> cacheFiles = new();
- if (mainDir.Exists)
- {
- cacheFiles.AddRange(mainDir.EnumerateFiles("*.cache"));
- }
- if (backupDir.Exists)
- {
- cacheFiles.AddRange(backupDir.EnumerateFiles("*.cache"));
- }
- if (cacheFiles.Count > 0 && result == UserResult.Yes)
- {
- foreach (FileInfo file in cacheFiles)
- {
- try
- {
- file.Delete();
- }
- catch (Exception e)
- {
- await ContentDialogHelper.CreateErrorDialog(string.Format(LocaleManager.Instance["DialogPPTCDeletionErrorMessage"], file.Name, e));
- }
- }
- }
- }
- }
- public void OpenShaderCacheDirectory()
- {
- ApplicationData selection = SelectedApplication;
- if (selection != null)
- {
- string shaderCacheDir = Path.Combine(AppDataManager.GamesDirPath, selection.TitleId, "cache", "shader");
- if (!Directory.Exists(shaderCacheDir))
- {
- Directory.CreateDirectory(shaderCacheDir);
- }
- OpenHelper.OpenFolder(shaderCacheDir);
- }
- }
- public void SimulateWakeUpMessage()
- {
- _owner.AppHost.Device.System.SimulateWakeUpMessage();
- }
- public async void PurgeShaderCache()
- {
- ApplicationData selection = SelectedApplication;
- if (selection != null)
- {
- DirectoryInfo shaderCacheDir = new(Path.Combine(AppDataManager.GamesDirPath, selection.TitleId, "cache", "shader"));
- // FIXME: Found a way to reproduce the bold effect on the title name (fork?).
- UserResult result = await ContentDialogHelper.CreateConfirmationDialog(LocaleManager.Instance["DialogWarning"],
- string.Format(LocaleManager.Instance["DialogShaderDeletionMessage"], selection.TitleName),
- LocaleManager.Instance["InputDialogYes"],
- LocaleManager.Instance["InputDialogNo"],
- LocaleManager.Instance["RyujinxConfirm"]);
- List<DirectoryInfo> oldCacheDirectories = new();
- List<FileInfo> newCacheFiles = new();
- if (shaderCacheDir.Exists)
- {
- oldCacheDirectories.AddRange(shaderCacheDir.EnumerateDirectories("*"));
- newCacheFiles.AddRange(shaderCacheDir.GetFiles("*.toc"));
- newCacheFiles.AddRange(shaderCacheDir.GetFiles("*.data"));
- }
- if ((oldCacheDirectories.Count > 0 || newCacheFiles.Count > 0) && result == UserResult.Yes)
- {
- foreach (DirectoryInfo directory in oldCacheDirectories)
- {
- try
- {
- directory.Delete(true);
- }
- catch (Exception e)
- {
- await ContentDialogHelper.CreateErrorDialog(string.Format(LocaleManager.Instance["DialogPPTCDeletionErrorMessage"], directory.Name, e));
- }
- }
- }
- foreach (FileInfo file in newCacheFiles)
- {
- try
- {
- file.Delete();
- }
- catch (Exception e)
- {
- await ContentDialogHelper.CreateErrorDialog(string.Format(LocaleManager.Instance["ShaderCachePurgeError"], file.Name, e));
- }
- }
- }
- }
- public async void CheckForUpdates()
- {
- if (Updater.CanUpdate(true, _owner))
- {
- await Updater.BeginParse(_owner, true);
- }
- }
- public async void OpenTitleUpdateManager()
- {
- ApplicationData selection = SelectedApplication;
- if (selection != null)
- {
- await new TitleUpdateWindow(_owner.VirtualFileSystem, ulong.Parse(selection.TitleId, NumberStyles.HexNumber), selection.TitleName).ShowDialog(_owner);
- }
- }
- public async void OpenDownloadableContentManager()
- {
- ApplicationData selection = SelectedApplication;
- if (selection != null)
- {
- await new DownloadableContentManagerWindow(_owner.VirtualFileSystem, ulong.Parse(selection.TitleId, NumberStyles.HexNumber), selection.TitleName).ShowDialog(_owner);
- }
- }
- public async void OpenCheatManager()
- {
- ApplicationData selection = SelectedApplication;
- if (selection != null)
- {
- await new CheatWindow(_owner.VirtualFileSystem, selection.TitleId, selection.TitleName).ShowDialog(_owner);
- }
- }
- public async void OpenCheatManagerForCurrentApp()
- {
- if (!IsGameRunning)
- {
- return;
- }
- ApplicationLoader application = _owner.AppHost.Device.Application;
- if (application != null)
- {
- await new CheatWindow(_owner.VirtualFileSystem, application.TitleIdText, application.TitleName).ShowDialog(_owner);
- _owner.AppHost.Device.EnableCheats();
- }
- }
- public void OpenDeviceSaveDirectory()
- {
- ApplicationData selection = SelectedApplication;
- if (selection != null)
- {
- Task.Run(() =>
- {
- if (!ulong.TryParse(selection.TitleId, NumberStyles.HexNumber, CultureInfo.InvariantCulture, out ulong titleIdNumber))
- {
- Dispatcher.UIThread.Post(async () =>
- {
- await ContentDialogHelper.CreateErrorDialog(LocaleManager.Instance["DialogRyujinxErrorMessage"], LocaleManager.Instance["DialogInvalidTitleIdErrorMessage"]);
- });
- return;
- }
- var saveDataFilter = SaveDataFilter.Make(titleIdNumber, SaveDataType.Device, userId: default, saveDataId: default, index: default);
- OpenSaveDirectory(in saveDataFilter, selection, titleIdNumber);
- });
- }
- }
- public void OpenBcatSaveDirectory()
- {
- ApplicationData selection = SelectedApplication;
- if (selection != null)
- {
- Task.Run(() =>
- {
- if (!ulong.TryParse(selection.TitleId, NumberStyles.HexNumber, CultureInfo.InvariantCulture, out ulong titleIdNumber))
- {
- Dispatcher.UIThread.Post(async () =>
- {
- await ContentDialogHelper.CreateErrorDialog(LocaleManager.Instance["DialogRyujinxErrorMessage"], LocaleManager.Instance["DialogInvalidTitleIdErrorMessage"]);
- });
- return;
- }
- var saveDataFilter = SaveDataFilter.Make(titleIdNumber, SaveDataType.Bcat, userId: default, saveDataId: default, index: default);
- OpenSaveDirectory(in saveDataFilter, selection, titleIdNumber);
- });
- }
- }
- private void OpenSaveDirectory(in SaveDataFilter filter, ApplicationData data, ulong titleId)
- {
- ApplicationHelper.OpenSaveDir(in filter, titleId, data.ControlHolder, data.TitleName);
- }
- private async void ExtractLogo()
- {
- var selection = SelectedApplication;
- if (selection != null)
- {
- await ApplicationHelper.ExtractSection(NcaSectionType.Logo, selection.Path);
- }
- }
- private async void ExtractRomFs()
- {
- var selection = SelectedApplication;
- if (selection != null)
- {
- await ApplicationHelper.ExtractSection(NcaSectionType.Data, selection.Path);
- }
- }
- private async void ExtractExeFs()
- {
- var selection = SelectedApplication;
- if (selection != null)
- {
- await ApplicationHelper.ExtractSection(NcaSectionType.Code, selection.Path);
- }
- }
- public void CloseWindow()
- {
- _owner.Close();
- }
- private async Task HandleFirmwareInstallation(string filename)
- {
- try
- {
- SystemVersion firmwareVersion = _owner.ContentManager.VerifyFirmwarePackage(filename);
- if (firmwareVersion == null)
- {
- await ContentDialogHelper.CreateErrorDialog(string.Format(LocaleManager.Instance["DialogFirmwareInstallerFirmwareNotFoundErrorMessage"], filename));
- return;
- }
- string dialogTitle = string.Format(LocaleManager.Instance["DialogFirmwareInstallerFirmwareInstallTitle"], firmwareVersion.VersionString);
- SystemVersion currentVersion = _owner.ContentManager.GetCurrentFirmwareVersion();
- string dialogMessage = string.Format(LocaleManager.Instance["DialogFirmwareInstallerFirmwareInstallMessage"], firmwareVersion.VersionString);
- if (currentVersion != null)
- {
- dialogMessage += string.Format(LocaleManager.Instance["DialogFirmwareInstallerFirmwareInstallSubMessage"], currentVersion.VersionString);
- }
- dialogMessage += LocaleManager.Instance["DialogFirmwareInstallerFirmwareInstallConfirmMessage"];
- UserResult result = await ContentDialogHelper.CreateConfirmationDialog(
- dialogTitle,
- dialogMessage,
- LocaleManager.Instance["InputDialogYes"],
- LocaleManager.Instance["InputDialogNo"],
- LocaleManager.Instance["RyujinxConfirm"]);
- UpdateWaitWindow waitingDialog = ContentDialogHelper.CreateWaitingDialog(dialogTitle, LocaleManager.Instance["DialogFirmwareInstallerFirmwareInstallWaitMessage"]);
- if (result == UserResult.Yes)
- {
- Logger.Info?.Print(LogClass.Application, $"Installing firmware {firmwareVersion.VersionString}");
- Thread thread = new(() =>
- {
- Dispatcher.UIThread.InvokeAsync(delegate
- {
- waitingDialog.Show();
- });
- try
- {
- _owner.ContentManager.InstallFirmware(filename);
- Dispatcher.UIThread.InvokeAsync(async delegate
- {
- waitingDialog.Close();
- string message = string.Format(LocaleManager.Instance["DialogFirmwareInstallerFirmwareInstallSuccessMessage"], firmwareVersion.VersionString);
- await ContentDialogHelper.CreateInfoDialog(dialogTitle, message, LocaleManager.Instance["InputDialogOk"], "", LocaleManager.Instance["RyujinxInfo"]);
- Logger.Info?.Print(LogClass.Application, message);
- // Purge Applet Cache.
- DirectoryInfo miiEditorCacheFolder = new DirectoryInfo(Path.Combine(AppDataManager.GamesDirPath, "0100000000001009", "cache"));
- if (miiEditorCacheFolder.Exists)
- {
- miiEditorCacheFolder.Delete(true);
- }
- });
- }
- catch (Exception ex)
- {
- Dispatcher.UIThread.InvokeAsync(async () =>
- {
- waitingDialog.Close();
- await ContentDialogHelper.CreateErrorDialog(ex.Message);
- });
- }
- finally
- {
- _owner.RefreshFirmwareStatus();
- }
- });
- thread.Name = "GUI.FirmwareInstallerThread";
- thread.Start();
- }
- }
- catch (LibHac.Common.Keys.MissingKeyException ex)
- {
- Logger.Error?.Print(LogClass.Application, ex.ToString());
- Dispatcher.UIThread.Post(async () => await UserErrorDialog.ShowUserErrorDialog(UserError.NoKeys, _owner));
- }
- catch (Exception ex)
- {
- await ContentDialogHelper.CreateErrorDialog(ex.Message);
- }
- }
- public async void InstallFirmwareFromFile()
- {
- OpenFileDialog dialog = new() { AllowMultiple = false };
- dialog.Filters.Add(new FileDialogFilter { Name = LocaleManager.Instance["FileDialogAllTypes"], Extensions = { "xci", "zip" } });
- dialog.Filters.Add(new FileDialogFilter { Name = "XCI", Extensions = { "xci" } });
- dialog.Filters.Add(new FileDialogFilter { Name = "ZIP", Extensions = { "zip" } });
- string[] file = await dialog.ShowAsync(_owner);
- if (file != null && file.Length > 0)
- {
- await HandleFirmwareInstallation(file[0]);
- }
- }
- public async void InstallFirmwareFromFolder()
- {
- OpenFolderDialog dialog = new();
- string folder = await dialog.ShowAsync(_owner);
- if (!string.IsNullOrWhiteSpace(folder))
- {
- await HandleFirmwareInstallation(folder);
- }
- }
- }
- }
|