diff options
| author | 2021-04-14 17:47:18 -0700 | |
|---|---|---|
| committer | 2021-04-14 17:47:18 -0700 | |
| commit | de5bf640b7309450357074083a9ac397f251adbc (patch) | |
| tree | e7c9b9845f7751c2cc4a00dbf05798ff2a69490d /src/core/perf_stats.cpp | |
| parent | Merge pull request #6197 from ameerj/kreslimit-cleanup (diff) | |
| parent | common: Move settings to common from core. (diff) | |
| download | yuzu-de5bf640b7309450357074083a9ac397f251adbc.tar.gz yuzu-de5bf640b7309450357074083a9ac397f251adbc.tar.xz yuzu-de5bf640b7309450357074083a9ac397f251adbc.zip | |
Merge pull request #6196 from bunnei/asserts-setting
core: settings: Add setting for debug assertions and disable by default.
Diffstat (limited to 'src/core/perf_stats.cpp')
| -rw-r--r-- | src/core/perf_stats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/perf_stats.cpp b/src/core/perf_stats.cpp index b93396a80..c92337079 100644 --- a/src/core/perf_stats.cpp +++ b/src/core/perf_stats.cpp | |||
| @@ -13,8 +13,8 @@ | |||
| 13 | #include <fmt/format.h> | 13 | #include <fmt/format.h> |
| 14 | #include "common/file_util.h" | 14 | #include "common/file_util.h" |
| 15 | #include "common/math_util.h" | 15 | #include "common/math_util.h" |
| 16 | #include "common/settings.h" | ||
| 16 | #include "core/perf_stats.h" | 17 | #include "core/perf_stats.h" |
| 17 | #include "core/settings.h" | ||
| 18 | 18 | ||
| 19 | using namespace std::chrono_literals; | 19 | using namespace std::chrono_literals; |
| 20 | using DoubleSecs = std::chrono::duration<double, std::chrono::seconds::period>; | 20 | using DoubleSecs = std::chrono::duration<double, std::chrono::seconds::period>; |