mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-23 15:53:28 +02:00
* editorconfig: Add default charset * Change file encoding from UTF-8-BOM to UTF-8
9 lines
152 B
C#
9 lines
152 B
C#
namespace ARMeilleure.Decoders
|
|
{
|
|
interface IOpCode32AluUx : IOpCode32AluReg
|
|
{
|
|
int RotateBits { get; }
|
|
bool Add { get; }
|
|
}
|
|
}
|