mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-22 01:00:52 -05:00
8 lines
115 B
C#
8 lines
115 B
C#
namespace ARMeilleure.Decoders
|
|
{
|
|
interface IOpCode32MemEx : IOpCode32Mem
|
|
{
|
|
int Rd { get; }
|
|
}
|
|
}
|