mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-25 15:19:50 -06:00
aloha
This commit is contained in:
7
Ryujinx/Cpu/Decoder/IAOpCodeCond.cs
Normal file
7
Ryujinx/Cpu/Decoder/IAOpCodeCond.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace ChocolArm64.Decoder
|
||||
{
|
||||
interface IAOpCodeCond : IAOpCode
|
||||
{
|
||||
ACond Cond { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user