mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-04 18:19:04 +00:00
Move solution and projects to src
This commit is contained in:
10
src/ARMeilleure/Decoders/RegisterSize.cs
Normal file
10
src/ARMeilleure/Decoders/RegisterSize.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace ARMeilleure.Decoders
|
||||
{
|
||||
enum RegisterSize
|
||||
{
|
||||
Int32,
|
||||
Int64,
|
||||
Simd64,
|
||||
Simd128
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user