mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2026-01-01 15:07:17 +00:00
Split main project into core,graphics and chocolarm4 subproject (#29)
This commit is contained in:
9
ChocolArm64/State/ARegisterType.cs
Normal file
9
ChocolArm64/State/ARegisterType.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace ChocolArm64.State
|
||||
{
|
||||
enum ARegisterType
|
||||
{
|
||||
Flag,
|
||||
Int,
|
||||
Vector
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user