ApplicationSort.cs 241 B

123456789101112131415
  1. namespace Ryujinx.Ava.Common
  2. {
  3. internal enum ApplicationSort
  4. {
  5. Title,
  6. TitleId,
  7. Developer,
  8. LastPlayed,
  9. TotalTimePlayed,
  10. FileType,
  11. FileSize,
  12. Path,
  13. Favorite
  14. }
  15. }