diff options
Diffstat (limited to 'Ryujinx.Graphics/Shader/Decoders/OpCodeFArithImm.cs')
| -rw-r--r-- | Ryujinx.Graphics/Shader/Decoders/OpCodeFArithImm.cs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Ryujinx.Graphics/Shader/Decoders/OpCodeFArithImm.cs b/Ryujinx.Graphics/Shader/Decoders/OpCodeFArithImm.cs deleted file mode 100644 index 1bb6f425..00000000 --- a/Ryujinx.Graphics/Shader/Decoders/OpCodeFArithImm.cs +++ /dev/null @@ -1,14 +0,0 @@ -using Ryujinx.Graphics.Shader.Instructions; - -namespace Ryujinx.Graphics.Shader.Decoders -{ - class OpCodeFArithImm : OpCodeFArith, IOpCodeImmF - { - public float Immediate { get; } - - public OpCodeFArithImm(InstEmitter emitter, ulong address, long opCode) : base(emitter, address, opCode) - { - Immediate = DecoderHelper.DecodeF20Immediate(opCode); - } - } -}
\ No newline at end of file |
