aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Decoders/IOpCodeAlu.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.Shader/Decoders/IOpCodeAlu.cs')
-rw-r--r--Ryujinx.Graphics.Shader/Decoders/IOpCodeAlu.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/Ryujinx.Graphics.Shader/Decoders/IOpCodeAlu.cs b/Ryujinx.Graphics.Shader/Decoders/IOpCodeAlu.cs
index d840d49d..6d1382a8 100644
--- a/Ryujinx.Graphics.Shader/Decoders/IOpCodeAlu.cs
+++ b/Ryujinx.Graphics.Shader/Decoders/IOpCodeAlu.cs
@@ -1,10 +1,7 @@
namespace Ryujinx.Graphics.Shader.Decoders
{
- interface IOpCodeAlu : IOpCodeRd, IOpCodeRa
+ interface IOpCodeAlu : IOpCodeRd, IOpCodeRa, IOpCodePredicate39
{
- Register Predicate39 { get; }
-
- bool InvertP { get; }
bool Extended { get; }
bool SetCondCode { get; }
bool Saturate { get; }