diff options
| author | 2017-02-19 18:35:04 -0800 | |
|---|---|---|
| committer | 2017-02-26 17:22:03 -0800 | |
| commit | 3b4e4003336c94527339a2a9ad7d52875974258f (patch) | |
| tree | 18e6e1125ff486ff3f9bd2985af7830cd7838f22 /src/citra_qt/main.cpp | |
| parent | PerfStats: Add method to get the instantaneous time ratio (diff) | |
| download | yuzu-3b4e4003336c94527339a2a9ad7d52875974258f.tar.gz yuzu-3b4e4003336c94527339a2a9ad7d52875974258f.tar.xz yuzu-3b4e4003336c94527339a2a9ad7d52875974258f.zip | |
Remove built-in (non-Microprofile) profiler
Diffstat (limited to 'src/citra_qt/main.cpp')
| -rw-r--r-- | src/citra_qt/main.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index 41356a6ca..138763080 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp | |||
| @@ -113,11 +113,6 @@ void GMainWindow::InitializeDebugWidgets() { | |||
| 113 | 113 | ||
| 114 | QMenu* debug_menu = ui.menu_View_Debugging; | 114 | QMenu* debug_menu = ui.menu_View_Debugging; |
| 115 | 115 | ||
| 116 | profilerWidget = new ProfilerWidget(this); | ||
| 117 | addDockWidget(Qt::BottomDockWidgetArea, profilerWidget); | ||
| 118 | profilerWidget->hide(); | ||
| 119 | debug_menu->addAction(profilerWidget->toggleViewAction()); | ||
| 120 | |||
| 121 | #if MICROPROFILE_ENABLED | 116 | #if MICROPROFILE_ENABLED |
| 122 | microProfileDialog = new MicroProfileDialog(this); | 117 | microProfileDialog = new MicroProfileDialog(this); |
| 123 | microProfileDialog->hide(); | 118 | microProfileDialog->hide(); |