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/core.h | |
| 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/core.h')
| -rw-r--r-- | src/core/core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h index 3a8e040c1..f1068d23f 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -388,6 +388,9 @@ public: | |||
| 388 | */ | 388 | */ |
| 389 | void ExecuteProgram(std::size_t program_index); | 389 | void ExecuteProgram(std::size_t program_index); |
| 390 | 390 | ||
| 391 | /// Applies any changes to settings to this core instance. | ||
| 392 | void ApplySettings(); | ||
| 393 | |||
| 391 | private: | 394 | private: |
| 392 | System(); | 395 | System(); |
| 393 | 396 | ||