mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-07 17:07:15 +00:00
7 lines
114 B
C#
7 lines
114 B
C#
namespace ChocolArm64.Decoder
|
|
{
|
|
interface IAOpCodeAluImm : IAOpCodeAlu
|
|
{
|
|
long Imm { get; }
|
|
}
|
|
} |