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