1
0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2025-02-23 13:49:50 +01:00
2018-02-04 20:08:20 -03:00

7 lines
111 B
C#

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