diff options
author | Timotej Leginus <35149140+timleg002@users.noreply.github.com> | 2021-01-01 21:29:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-01 21:29:53 +0100 |
commit | 0d47c1d5275387d2feb5188b47a7a5daaf673984 (patch) | |
tree | 060179af202444274cad7be67cbb72b979504697 /src/core | |
parent | Merge pull request #5271 from MerryMage/rm-mem-Special (diff) | |
download | yuzu-0d47c1d5275387d2feb5188b47a7a5daaf673984.tar yuzu-0d47c1d5275387d2feb5188b47a7a5daaf673984.tar.gz yuzu-0d47c1d5275387d2feb5188b47a7a5daaf673984.tar.bz2 yuzu-0d47c1d5275387d2feb5188b47a7a5daaf673984.tar.lz yuzu-0d47c1d5275387d2feb5188b47a7a5daaf673984.tar.xz yuzu-0d47c1d5275387d2feb5188b47a7a5daaf673984.tar.zst yuzu-0d47c1d5275387d2feb5188b47a7a5daaf673984.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 0cd3c0c84..1cb7ff7f5 100644 --- a/src/core/settings.h +++ b/src/core/settings.h @@ -221,7 +221,7 @@ struct Values { bool disable_macro_jit; bool extended_logging; - // Misceallaneous + // Miscellaneous std::string log_filter; bool use_dev_keys; |