diff options
| author | 2021-04-14 16:07:40 -0700 | |
|---|---|---|
| committer | 2021-04-14 16:24:03 -0700 | |
| commit | a4c6712a4be249bf668df7f0ff83a0a5236283b2 (patch) | |
| tree | f05e183692b6b1e4096d285fb77db50f048ae82d /src/core/CMakeLists.txt | |
| parent | core: settings: Add setting for debug assertions and disable by default. (diff) | |
| download | yuzu-a4c6712a4be249bf668df7f0ff83a0a5236283b2.tar.gz yuzu-a4c6712a4be249bf668df7f0ff83a0a5236283b2.tar.xz yuzu-a4c6712a4be249bf668df7f0ff83a0a5236283b2.zip | |
common: Move settings to common from core.
- Removes a dependency on core and input_common from common.
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 167ee13f3..286e912e3 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -621,8 +621,6 @@ add_library(core STATIC | |||
| 621 | perf_stats.h | 621 | perf_stats.h |
| 622 | reporter.cpp | 622 | reporter.cpp |
| 623 | reporter.h | 623 | reporter.h |
| 624 | settings.cpp | ||
| 625 | settings.h | ||
| 626 | telemetry_session.cpp | 624 | telemetry_session.cpp |
| 627 | telemetry_session.h | 625 | telemetry_session.h |
| 628 | tools/freezer.cpp | 626 | tools/freezer.cpp |