mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-10-02 16:50:20 -07:00
17 lines
408 B
C#
17 lines
408 B
C#
![]() |
namespace Ryujinx.Ui
|
|||
|
{
|
|||
|
public struct GuiColumns
|
|||
|
{
|
|||
|
public bool FavColumn;
|
|||
|
public bool IconColumn;
|
|||
|
public bool AppColumn;
|
|||
|
public bool DevColumn;
|
|||
|
public bool VersionColumn;
|
|||
|
public bool TimePlayedColumn;
|
|||
|
public bool LastPlayedColumn;
|
|||
|
public bool FileExtColumn;
|
|||
|
public bool FileSizeColumn;
|
|||
|
public bool PathColumn;
|
|||
|
}
|
|||
|
}
|