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