mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-25 06:37:43 +02:00
9 lines
No EOL
160 B
C#
9 lines
No EOL
160 B
C#
namespace Ryujinx.Graphics.Shader.Decoders
|
|
{
|
|
interface IOpCodePredicate39
|
|
{
|
|
Register Predicate39 { get; }
|
|
|
|
bool InvertP { get; }
|
|
}
|
|
} |