This commit is contained in:
NullOnRise
2024-10-01 22:35:06 +02:00
commit c702d6babc
4100 changed files with 594612 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
namespace Ryujinx.Ava.UI.Helpers
{
public enum Glyph
{
List,
Grid,
Chip,
}
}