mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-04-15 22:54:06 -05:00
10 lines
128 B
C#
10 lines
128 B
C#
namespace ChocolArm64.State
|
|
{
|
|
enum ARegisterSize
|
|
{
|
|
Int32,
|
|
Int64,
|
|
SIMD64,
|
|
SIMD128
|
|
}
|
|
} |