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