Address feedback

This commit is contained in:
ReinUsesLisp 2018-08-22 19:08:46 -03:00 committed by GitHub
commit 8c24fad4c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,6 +106,7 @@ namespace Ryujinx.HLE.Gpu.Engines
{ {
SetFrameBuffer(Vmm, 0); SetFrameBuffer(Vmm, 0);
} }
SetZeta(Vmm); SetZeta(Vmm);
SetRenderTargets(); SetRenderTargets();
@ -834,4 +835,4 @@ namespace Ryujinx.HLE.Gpu.Engines
return Vmm.IsRegionModified(Key, Size, Type); return Vmm.IsRegionModified(Key, Size, Type);
} }
} }
} }