diff options
Diffstat (limited to 'src/Ryujinx/Common/ApplicationSort.cs')
-rw-r--r-- | src/Ryujinx/Common/ApplicationSort.cs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/Ryujinx/Common/ApplicationSort.cs b/src/Ryujinx/Common/ApplicationSort.cs new file mode 100644 index 00000000..4b80e3d2 --- /dev/null +++ b/src/Ryujinx/Common/ApplicationSort.cs @@ -0,0 +1,15 @@ +namespace Ryujinx.Ava.Common +{ + internal enum ApplicationSort + { + Title, + TitleId, + Developer, + LastPlayed, + TotalTimePlayed, + FileType, + FileSize, + Path, + Favorite, + } +} |