mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-18 08:22:41 +00:00
Split main project into core,graphics and chocolarm4 subproject (#29)
This commit is contained in:
10
ChocolArm64/State/ARegisterSize.cs
Normal file
10
ChocolArm64/State/ARegisterSize.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace ChocolArm64.State
|
||||
{
|
||||
enum ARegisterSize
|
||||
{
|
||||
Int32,
|
||||
Int64,
|
||||
SIMD64,
|
||||
SIMD128
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user