mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-25 21:36:26 -05:00
aloha
This commit is contained in:
10
Ryujinx/Cpu/Decoder/IAOpCodeAlu.cs
Normal file
10
Ryujinx/Cpu/Decoder/IAOpCodeAlu.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace ChocolArm64.Decoder
|
||||
{
|
||||
interface IAOpCodeAlu : IAOpCode
|
||||
{
|
||||
int Rd { get; }
|
||||
int Rn { get; }
|
||||
|
||||
ADataOp DataOp { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user