mirror of
https://github.com/KeatonTheBot/Ryujinx.git
synced 2026-03-11 22:15:35 +00:00
15 lines
243 B
C#
15 lines
243 B
C#
namespace Ryujinx.Ava.Common
|
|
{
|
|
internal enum ApplicationSort
|
|
{
|
|
Title,
|
|
TitleId,
|
|
Developer,
|
|
LastPlayed,
|
|
TotalTimePlayed,
|
|
FileType,
|
|
FileSize,
|
|
Path,
|
|
Favorite,
|
|
}
|
|
}
|