mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-24 02:50:04 +02:00
10 lines
130 B
C#
10 lines
130 B
C#
namespace ARMeilleure.Decoders
|
|
{
|
|
interface IOpCode32Adr
|
|
{
|
|
int Rd { get; }
|
|
|
|
int Immediate { get; }
|
|
}
|
|
}
|