diff options
Diffstat (limited to 'src/citra_qt/debugger/graphics_tracing.h')
| -rw-r--r-- | src/citra_qt/debugger/graphics_tracing.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/citra_qt/debugger/graphics_tracing.h b/src/citra_qt/debugger/graphics_tracing.h index 753dfa914..e04a3dac3 100644 --- a/src/citra_qt/debugger/graphics_tracing.h +++ b/src/citra_qt/debugger/graphics_tracing.h | |||
| @@ -12,7 +12,8 @@ class GraphicsTracingWidget : public BreakPointObserverDock { | |||
| 12 | Q_OBJECT | 12 | Q_OBJECT |
| 13 | 13 | ||
| 14 | public: | 14 | public: |
| 15 | GraphicsTracingWidget(std::shared_ptr<Pica::DebugContext> debug_context, QWidget* parent = nullptr); | 15 | GraphicsTracingWidget(std::shared_ptr<Pica::DebugContext> debug_context, |
| 16 | QWidget* parent = nullptr); | ||
| 16 | 17 | ||
| 17 | private slots: | 18 | private slots: |
| 18 | void StartRecording(); | 19 | void StartRecording(); |