mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-19 13:37:04 +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,
|
|
}
|
|
}
|