From df820a72def62319fe97236a2006c64bfb7c065a Mon Sep 17 00:00:00 2001 From: gdkchan Date: Tue, 12 Jan 2021 18:50:54 -0300 Subject: Implement clear buffer (fast path) (#1902) * Implement clear buffer (fast path) * Remove blank line --- Ryujinx.Graphics.Gpu/State/MethodOffset.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Ryujinx.Graphics.Gpu/State/MethodOffset.cs') diff --git a/Ryujinx.Graphics.Gpu/State/MethodOffset.cs b/Ryujinx.Graphics.Gpu/State/MethodOffset.cs index 6ec94c1b..4504e6b1 100644 --- a/Ryujinx.Graphics.Gpu/State/MethodOffset.cs +++ b/Ryujinx.Graphics.Gpu/State/MethodOffset.cs @@ -23,6 +23,8 @@ namespace Ryujinx.Graphics.Gpu.State TfBufferState = 0xe0, CopyBufferParams = 0x100, TfState = 0x1c0, + CopyBufferConstA = 0x1c0, + CopyBufferConstB = 0x1c1, CopyBufferSwizzle = 0x1c2, CopyBufferDstTexture = 0x1c3, CopyBufferSrcTexture = 0x1ca, -- cgit v1.2.3