mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-24 19:40:49 +00:00
10 lines
No EOL
178 B
C#
10 lines
No EOL
178 B
C#
namespace ARMeilleure.Decoders
|
|
{
|
|
interface IOpCodeAluRs : IOpCodeAlu
|
|
{
|
|
int Shift { get; }
|
|
int Rm { get; }
|
|
|
|
ShiftType ShiftType { get; }
|
|
}
|
|
} |