mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-03-20 06:15:46 -05:00
7 lines
110 B
C#
7 lines
110 B
C#
![]() |
namespace ChocolArm64.Decoders
|
||
|
{
|
||
|
interface IOpCodeBImm : IOpCode64
|
||
|
{
|
||
|
long Imm { get; }
|
||
|
}
|
||
|
}
|