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
/
Translation
/
VarType.cs
blob: d671575e9867a7ed2cfb759098e7126aaa0b6e51 (
plain
)
1
2
3
4
5
6
7
8
9
10
namespace
ChocolArm64
.
Translation
{
enum
VarType
{
Arg
,
Flag
,
Int
,
Vector
}
}