mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-26 15:49:57 -06:00
aloha
This commit is contained in:
11
Ryujinx/Cpu/Decoder/IAOpCodeLit.cs
Normal file
11
Ryujinx/Cpu/Decoder/IAOpCodeLit.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace ChocolArm64.Decoder
|
||||
{
|
||||
interface IAOpCodeLit : IAOpCode
|
||||
{
|
||||
int Rt { get; }
|
||||
long Imm { get; }
|
||||
int Size { get; }
|
||||
bool Signed { get; }
|
||||
bool Prefetch { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user