mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-25 20:36:26 -05: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