mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2026-01-24 00:07:55 -06:00
aloha
This commit is contained in:
7
Ryujinx/Cpu/Decoder/IAOpCodeAluImm.cs
Normal file
7
Ryujinx/Cpu/Decoder/IAOpCodeAluImm.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace ChocolArm64.Decoder
|
||||
{
|
||||
interface IAOpCodeAluImm : IAOpCodeAlu
|
||||
{
|
||||
long Imm { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user