mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-02 14:07:42 +02:00
8 lines
No EOL
154 B
C#
8 lines
No EOL
154 B
C#
namespace ARMeilleure.Decoders
|
|
{
|
|
interface IOpCode32MemRsImm : IOpCode32Mem
|
|
{
|
|
int Rm { get; }
|
|
ShiftType ShiftType { get; }
|
|
}
|
|
} |