diff --git a/Ryujinx.Graphics/Graphics3d/NvGpuEngine3d.cs b/Ryujinx.Graphics/Graphics3d/NvGpuEngine3d.cs index 2e6eeab82b..29b6cc5df7 100644 --- a/Ryujinx.Graphics/Graphics3d/NvGpuEngine3d.cs +++ b/Ryujinx.Graphics/Graphics3d/NvGpuEngine3d.cs @@ -218,6 +218,7 @@ namespace Ryujinx.Graphics.Graphics3d _gpu.Renderer.RenderTarget.UnbindColor(fbIndex); Profile.End(profile); + return; } @@ -297,6 +298,7 @@ namespace Ryujinx.Graphics.Graphics3d _gpu.Renderer.RenderTarget.UnbindZeta(); Profile.End(Profiles.GPU.Engine3d.SetZeta); + return; }