diff options
| author | Henrik RydgÄrd <hrydgard@gmail.com> | 2016-04-29 02:17:31 +0200 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2016-04-28 20:17:31 -0400 |
| commit | 90501f20e6b91fcd2beaccf0b1a0174b189da09c (patch) | |
| tree | 9f909f9402d09e9a6175d37383aece363baba2f9 /src/citra_qt/debugger/profiler.h | |
| parent | fda578e19d236d2c2f138c126f926e638ca3a818 (diff) | |
Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709)
* Make Citra build with MICROPROFILE_ENABLED set to 0
* Buildfix with microprofile kept on
* moc did not like a dialog to conditionally exist.
* Cleanup
* Fix end of line
Diffstat (limited to 'src/citra_qt/debugger/profiler.h')
| -rw-r--r-- | src/citra_qt/debugger/profiler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/citra_qt/debugger/profiler.h b/src/citra_qt/debugger/profiler.h index 036054740..3b38ed8ec 100644 --- a/src/citra_qt/debugger/profiler.h +++ b/src/citra_qt/debugger/profiler.h @@ -7,8 +7,10 @@ #include <QAbstractItemModel> #include <QDockWidget> #include <QTimer> + #include "ui_profiler.h" +#include "common/microprofile.h" #include "common/profiler_reporting.h" class ProfilerModel : public QAbstractItemModel @@ -49,6 +51,7 @@ private: QTimer update_timer; }; + class MicroProfileDialog : public QWidget { Q_OBJECT |
