From f373f870f769ef65c435aa307dc3fa1be6dc6fae Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sat, 1 Feb 2020 20:19:46 -0300 Subject: Support configurable point size (#916) --- Ryujinx.Graphics.Gpu/State/MethodOffset.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Ryujinx.Graphics.Gpu/State/MethodOffset.cs') diff --git a/Ryujinx.Graphics.Gpu/State/MethodOffset.cs b/Ryujinx.Graphics.Gpu/State/MethodOffset.cs index a89fc379..730ff40a 100644 --- a/Ryujinx.Graphics.Gpu/State/MethodOffset.cs +++ b/Ryujinx.Graphics.Gpu/State/MethodOffset.cs @@ -53,6 +53,7 @@ namespace Ryujinx.Graphics.Gpu.State YControl = 0x4eb, FirstVertex = 0x50d, FirstInstance = 0x50e, + PointSize = 0x546, ResetCounter = 0x54c, RtDepthStencilEnable = 0x54e, ConditionState = 0x554, -- cgit v1.2.3