mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-05 17:58:28 +02:00
Move solution and projects to src
This commit is contained in:
10
src/ARMeilleure/Decoders/DataOp.cs
Normal file
10
src/ARMeilleure/Decoders/DataOp.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace ARMeilleure.Decoders
|
||||
{
|
||||
enum DataOp
|
||||
{
|
||||
Adr = 0,
|
||||
Arithmetic = 1,
|
||||
Logical = 2,
|
||||
BitField = 3
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user