mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 09:10:01 -06: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