mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-26 07:39:52 -06:00
misc: Move the rest of Ryujinx.UI.Common into other parts of the project.
This commit is contained in:
8
src/Ryujinx/Utilities/Configuration/UI/ColumnSort.cs
Normal file
8
src/Ryujinx/Utilities/Configuration/UI/ColumnSort.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Ryujinx.Ava.Utilities.Configuration.UI
|
||||
{
|
||||
public struct ColumnSort
|
||||
{
|
||||
public int SortColumnId { get; set; }
|
||||
public bool SortAscending { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user