Apply suggestions from code review

Co-Authored-By: Ac_K <Acoustik666@gmail.com>
This commit is contained in:
BaronKiko 2019-06-01 01:09:55 +01:00 committed by GitHub
parent aaa7547fa9
commit e5956790fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}