aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/State/ReportState.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.Gpu/State/ReportState.cs')
-rw-r--r--Ryujinx.Graphics.Gpu/State/ReportState.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/Ryujinx.Graphics.Gpu/State/ReportState.cs b/Ryujinx.Graphics.Gpu/State/ReportState.cs
deleted file mode 100644
index 0c14bfe9..00000000
--- a/Ryujinx.Graphics.Gpu/State/ReportState.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-namespace Ryujinx.Graphics.Gpu.State
-{
- /// <summary>
- /// GPU counter report state.
- /// </summary>
- struct ReportState
- {
-#pragma warning disable CS0649
- public GpuVa Address;
- public int Payload;
- public uint Control;
-#pragma warning restore CS0649
- }
-}