mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-13 08:21:04 +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
|
|
}
|
|
} |