15 lines
241 B
C#
15 lines
241 B
C#
|
namespace Ryujinx.Ava.Common
|
||
|
{
|
||
|
internal enum ApplicationSort
|
||
|
{
|
||
|
Title,
|
||
|
TitleId,
|
||
|
Developer,
|
||
|
LastPlayed,
|
||
|
TotalTimePlayed,
|
||
|
FileType,
|
||
|
FileSize,
|
||
|
Path,
|
||
|
Favorite
|
||
|
}
|
||
|
}
|