aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Debugger/Profiler
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Debugger/Profiler')
-rw-r--r--Ryujinx.Debugger/Profiler/Profile.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Ryujinx.Debugger/Profiler/Profile.cs b/Ryujinx.Debugger/Profiler/Profile.cs
index 862aa845..1be638da 100644
--- a/Ryujinx.Debugger/Profiler/Profile.cs
+++ b/Ryujinx.Debugger/Profiler/Profile.cs
@@ -11,7 +11,9 @@ namespace Ryujinx.Debugger.Profiler
public static float UpdateRate => _settings.UpdateRate;
public static long HistoryLength => _settings.History;
+#pragma warning disable CS0649
private static InternalProfile _profileInstance;
+#pragma warning restore CS0649
private static ProfilerSettings _settings;
[Conditional("USE_DEBUGGING")]