mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-11-05 22:38:58 -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