Files
the-beast-roofer-edition/Ryujinx.Graphics.Shader/Decoders/IOpCodePredicate39.cs
T

9 lines
160 B
C#

namespace Ryujinx.Graphics.Shader.Decoders
{
interface IOpCodePredicate39
{
Register Predicate39 { get; }
bool InvertP { get; }
}
}