mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-22 22:00:55 -06:00
misc: chore: missed a collection expression usage in avalonia project
This commit is contained in:
@ -189,7 +189,7 @@ namespace Ryujinx.Ava.UI.Controls
|
|||||||
DirectoryInfo mainDir = new(Path.Combine(AppDataManager.GamesDirPath, viewModel.SelectedApplication.IdString, "cache", "cpu", "0"));
|
DirectoryInfo mainDir = new(Path.Combine(AppDataManager.GamesDirPath, viewModel.SelectedApplication.IdString, "cache", "cpu", "0"));
|
||||||
DirectoryInfo backupDir = new(Path.Combine(AppDataManager.GamesDirPath, viewModel.SelectedApplication.IdString, "cache", "cpu", "1"));
|
DirectoryInfo backupDir = new(Path.Combine(AppDataManager.GamesDirPath, viewModel.SelectedApplication.IdString, "cache", "cpu", "1"));
|
||||||
|
|
||||||
List<FileInfo> cacheFiles = new();
|
List<FileInfo> cacheFiles = [];
|
||||||
|
|
||||||
if (mainDir.Exists)
|
if (mainDir.Exists)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user