misc: small Avalonia project restructure
Moved AppLibrary, Configuration, and PlayReport namespaces to Ryujinx.Systems, add the compat list stuff in the base Ryujinx.Systems namespace. Moved the compatibility UI stuff to the proper UI view/viewmodel folders.
This commit is contained in:
8
src/Ryujinx/Systems/Configuration/UI/ColumnSort.cs
Normal file
8
src/Ryujinx/Systems/Configuration/UI/ColumnSort.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Ryujinx.Ava.Systems.Configuration.UI
|
||||
{
|
||||
public struct ColumnSort
|
||||
{
|
||||
public int SortColumnId { get; set; }
|
||||
public bool SortAscending { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user