mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-14 10:57:18 -05:00
8 lines
116 B
C#
8 lines
116 B
C#
namespace ARMeilleure.Decoders
|
|
{
|
|
interface IOpCode32AluReg : IOpCode32Alu
|
|
{
|
|
int Rm { get; }
|
|
}
|
|
}
|