misc: Move the rest of Ryujinx.UI.Common into other parts of the project.
This commit is contained in:
17
src/Ryujinx/Utilities/Configuration/UI/GuiColumns.cs
Normal file
17
src/Ryujinx/Utilities/Configuration/UI/GuiColumns.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace Ryujinx.Ava.Utilities.Configuration.UI
|
||||
{
|
||||
public struct GuiColumns
|
||||
{
|
||||
public bool FavColumn { get; set; }
|
||||
public bool IconColumn { get; set; }
|
||||
public bool AppColumn { get; set; }
|
||||
public bool DevColumn { get; set; }
|
||||
public bool VersionColumn { get; set; }
|
||||
public bool LdnInfoColumn { get; set; }
|
||||
public bool TimePlayedColumn { get; set; }
|
||||
public bool LastPlayedColumn { get; set; }
|
||||
public bool FileExtColumn { get; set; }
|
||||
public bool FileSizeColumn { get; set; }
|
||||
public bool PathColumn { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user