mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-23 07:37:05 +00:00
Move solution and projects to src
This commit is contained in:
parent
cd124bda58
commit
cee7121058
3466 changed files with 55 additions and 55 deletions
9
src/Ryujinx.Ava/UI/Helpers/Glyph.cs
Normal file
9
src/Ryujinx.Ava/UI/Helpers/Glyph.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Ryujinx.Ava.UI.Helpers
|
||||
{
|
||||
public enum Glyph
|
||||
{
|
||||
List,
|
||||
Grid,
|
||||
Chip
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue