mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 17:19:50 -06:00
aloha
This commit is contained in:
10
Ryujinx/Cpu/Decoder/IAOpCodeAluRx.cs
Normal file
10
Ryujinx/Cpu/Decoder/IAOpCodeAluRx.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace ChocolArm64.Decoder
|
||||
{
|
||||
interface IAOpCodeAluRx : IAOpCodeAlu
|
||||
{
|
||||
int Shift { get; }
|
||||
int Rm { get; }
|
||||
|
||||
AIntType IntType { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user