diff options
| author | 2017-02-19 14:34:47 -0800 | |
|---|---|---|
| committer | 2017-02-26 17:22:03 -0800 | |
| commit | c75ae6c585f651a1b7c162c2e1ecccd22a1c587d (patch) | |
| tree | 30d51f39c6b57244e1ede29820c3f5d98ca38451 /src/core/CMakeLists.txt | |
| parent | SynchronizedWrapper: Add Lock convenience method (diff) | |
| download | yuzu-c75ae6c585f651a1b7c162c2e1ecccd22a1c587d.tar.gz yuzu-c75ae6c585f651a1b7c162c2e1ecccd22a1c587d.tar.xz yuzu-c75ae6c585f651a1b7c162c2e1ecccd22a1c587d.zip | |
Add performance statistics to status bar
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 5332e35a3..1adc78d8d 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -170,6 +170,7 @@ set(SRCS | |||
| 170 | loader/smdh.cpp | 170 | loader/smdh.cpp |
| 171 | tracer/recorder.cpp | 171 | tracer/recorder.cpp |
| 172 | memory.cpp | 172 | memory.cpp |
| 173 | perf_stats.cpp | ||
| 173 | settings.cpp | 174 | settings.cpp |
| 174 | ) | 175 | ) |
| 175 | 176 | ||
| @@ -357,6 +358,7 @@ set(HEADERS | |||
| 357 | memory.h | 358 | memory.h |
| 358 | memory_setup.h | 359 | memory_setup.h |
| 359 | mmio.h | 360 | mmio.h |
| 361 | perf_stats.h | ||
| 360 | settings.h | 362 | settings.h |
| 361 | ) | 363 | ) |
| 362 | 364 | ||