0
0
mirror of https://git.743378673.xyz/MeloNX/MeloNX.git synced 2025-05-14 08:45:18 +00:00
MeloNX/Ryujinx/Cpu/Decoder/IAOpCodeCond.cs
2018-02-04 20:08:20 -03:00

7 lines
111 B
C#

namespace ChocolArm64.Decoder
{
interface IAOpCodeCond : IAOpCode
{
ACond Cond { get; }
}
}