mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 18:27:11 +02:00
9 lines
No EOL
108 B
C#
9 lines
No EOL
108 B
C#
namespace ChocolArm64.State
|
|
{
|
|
enum ARegisterType
|
|
{
|
|
Flag,
|
|
Int,
|
|
Vector
|
|
}
|
|
} |