mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-12 07:36:59 +00:00
9 lines
130 B
C#
9 lines
130 B
C#
namespace ARMeilleure.Decoders
|
|
{
|
|
interface IOpCode32Adr
|
|
{
|
|
int Rd { get; }
|
|
|
|
int Immediate { get; }
|
|
}
|
|
}
|