mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
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.
8 lines
186 B
C#
8 lines
186 B
C#
namespace Ryujinx.Ava.Systems.Configuration.UI
|
|
{
|
|
public struct ColumnSort
|
|
{
|
|
public int SortColumnId { get; set; }
|
|
public bool SortAscending { get; set; }
|
|
}
|
|
}
|