A new line for emmaus

This commit is contained in:
Andy Adshead 2018-12-29 21:48:57 +00:00
parent e449b5c67e
commit 3bcdf6fe9f

View file

@ -816,6 +816,7 @@ namespace Ryujinx.Graphics.Graphics3d
{
// Convert quad buffer to triangles
byte[] data = Vmm.ReadBytes(VbPosition, VbSize);
if (PrimType == GalPrimitiveType.Quads)
data = QuadHelper.ConvertIbQuadsToTris(data, Stride, (int)(VbSize / Stride));
else