mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-19 16:40:53 -05:00
8 lines
116 B
C#
8 lines
116 B
C#
namespace ARMeilleure.Decoders
|
|
{
|
|
interface IOpCode32AluReg : IOpCode32Alu
|
|
{
|
|
int Rm { get; }
|
|
}
|
|
}
|