1
0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2025-02-19 04:05:17 +01:00
2018-02-04 20:08:20 -03:00

10 lines
157 B
C#

namespace ChocolArm64.Decoder
{
enum ADataOp
{
Adr = 0,
Arithmetic = 1,
Logical = 2,
BitField = 3
}
}