A new line for emmaus
This commit is contained in:
parent
e449b5c67e
commit
3bcdf6fe9f
1 changed files with 1 additions and 0 deletions
|
@ -816,6 +816,7 @@ namespace Ryujinx.Graphics.Graphics3d
|
||||||
{
|
{
|
||||||
// Convert quad buffer to triangles
|
// Convert quad buffer to triangles
|
||||||
byte[] data = Vmm.ReadBytes(VbPosition, VbSize);
|
byte[] data = Vmm.ReadBytes(VbPosition, VbSize);
|
||||||
|
|
||||||
if (PrimType == GalPrimitiveType.Quads)
|
if (PrimType == GalPrimitiveType.Quads)
|
||||||
data = QuadHelper.ConvertIbQuadsToTris(data, Stride, (int)(VbSize / Stride));
|
data = QuadHelper.ConvertIbQuadsToTris(data, Stride, (int)(VbSize / Stride));
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue