Ryujinx-ChocolArm64/State/RegisterSize.cs

10 lines
127 B
C#

namespace ChocolArm64.State
{
enum RegisterSize
{
Int32,
Int64,
Simd64,
Simd128
}
}