mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-21 18:13:14 +02:00
8 lines
152 B
C#
8 lines
152 B
C#
namespace ARMeilleure.Decoders
|
|
{
|
|
interface IOpCode32AluUx : IOpCode32AluReg
|
|
{
|
|
int RotateBits { get; }
|
|
bool Add { get; }
|
|
}
|
|
}
|