index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Ryujinx.Ava
/
UI
/
Helpers
/
Glyph.cs
blob: f257dc02c3727913f3e13ed5464cb5b771d35354 (
plain
)
1
2
3
4
5
6
7
8
9
namespace
Ryujinx
.
Ava
.
UI
.
Helpers
{
public enum
Glyph
{
List
,
Grid
,
Chip
,
}
}