From e5956790fcdc81262fcec3e31254ee75045aa42a Mon Sep 17 00:00:00 2001 From: BaronKiko Date: Sat, 1 Jun 2019 01:09:55 +0100 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: Ac_K --- Ryujinx.Graphics/Graphics3d/NvGpuEngine3d.cs | 2 ++ 1 file changed, 2 insertions(+) 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; }