mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-11 13:19:11 +00:00
15 lines
No EOL
241 B
C#
15 lines
No EOL
241 B
C#
namespace Ryujinx.Ava.Common
|
|
{
|
|
internal enum ApplicationSort
|
|
{
|
|
Title,
|
|
TitleId,
|
|
Developer,
|
|
LastPlayed,
|
|
TotalTimePlayed,
|
|
FileType,
|
|
FileSize,
|
|
Path,
|
|
Favorite
|
|
}
|
|
} |