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
|
||||
byte[] data = Vmm.ReadBytes(VbPosition, VbSize);
|
||||
|
||||
if (PrimType == GalPrimitiveType.Quads)
|
||||
data = QuadHelper.ConvertIbQuadsToTris(data, Stride, (int)(VbSize / Stride));
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue