mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-27 04:16:28 -05: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