mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-02-03 16:15:13 +00:00
7 lines
No EOL
114 B
C#
7 lines
No EOL
114 B
C#
namespace ARMeilleure.Decoders
|
|
{
|
|
interface IOpCodeCond : IOpCode
|
|
{
|
|
Condition Cond { get; }
|
|
}
|
|
} |