aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/State/PrimitiveRestartState.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.Gpu/State/PrimitiveRestartState.cs')
-rw-r--r--Ryujinx.Graphics.Gpu/State/PrimitiveRestartState.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Graphics.Gpu/State/PrimitiveRestartState.cs b/Ryujinx.Graphics.Gpu/State/PrimitiveRestartState.cs
index 21405be7..0b4e1024 100644
--- a/Ryujinx.Graphics.Gpu/State/PrimitiveRestartState.cs
+++ b/Ryujinx.Graphics.Gpu/State/PrimitiveRestartState.cs
@@ -2,7 +2,7 @@ namespace Ryujinx.Graphics.Gpu.State
{
struct PrimitiveRestartState
{
- public bool Enable;
- public int Index;
+ public Boolean32 Enable;
+ public int Index;
}
}