mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-24 14:49:48 -06:00
8 lines
116 B
C#
8 lines
116 B
C#
namespace ARMeilleure.Decoders
|
|
{
|
|
interface IOpCode32AluReg : IOpCode32Alu
|
|
{
|
|
int Rm { get; }
|
|
}
|
|
}
|