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
/
ChocolArm64
/
State
/
RegisterType.cs
blob: 4476d04426d9632c128ec47169b060da75e9acdb (
plain
)
1
2
3
4
5
6
7
8
9
namespace
ChocolArm64
.
State
{
enum
RegisterType
{
Flag
,
Int
,
Vector
}
}