aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ryujinx.Debugger/UI/ProfilerWidget.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Debugger/UI/ProfilerWidget.cs b/Ryujinx.Debugger/UI/ProfilerWidget.cs
index 0dc4b84f..b14c8922 100644
--- a/Ryujinx.Debugger/UI/ProfilerWidget.cs
+++ b/Ryujinx.Debugger/UI/ProfilerWidget.cs
@@ -481,7 +481,7 @@ namespace Ryujinx.Debugger.UI
float y = GetLineY(yOffset, LineHeight, LinePadding, true, verticalIndex);
- canvas.DrawText(entry.Key.SessionGroup, new SKPoint(xOffset, y), textFont);
+ canvas.DrawText(entry.Key.SessionItem, new SKPoint(xOffset, y), textFont);
columnWidth = textFont.MeasureText(entry.Key.SessionItem);