diff options
| author | 2021-09-17 17:25:51 -0700 | |
|---|---|---|
| committer | 2021-09-17 17:25:51 -0700 | |
| commit | 6d7801deb7a4cd83d95605f355b1f5aa1c576f31 (patch) | |
| tree | 880d17eca43a29776dec8202cade67659c39ec6e /src/common/settings.cpp | |
| parent | Merge pull request #7015 from german77/NotGoodForTerra (diff) | |
| parent | input_common: Enable steam controllers and 8 player support (diff) | |
| download | yuzu-6d7801deb7a4cd83d95605f355b1f5aa1c576f31.tar.gz yuzu-6d7801deb7a4cd83d95605f355b1f5aa1c576f31.tar.xz yuzu-6d7801deb7a4cd83d95605f355b1f5aa1c576f31.zip | |
Merge pull request #6950 from german77/multiplay
input_common: Add advanced setting for 8 player support
Diffstat (limited to 'src/common/settings.cpp')
| -rw-r--r-- | src/common/settings.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp index 0d2df80a8..e1fa90c5a 100644 --- a/src/common/settings.cpp +++ b/src/common/settings.cpp | |||
| @@ -72,6 +72,9 @@ void LogSettings() { | |||
| 72 | log_setting("Debugging_ProgramArgs", values.program_args.GetValue()); | 72 | log_setting("Debugging_ProgramArgs", values.program_args.GetValue()); |
| 73 | log_setting("Services_BCATBackend", values.bcat_backend.GetValue()); | 73 | log_setting("Services_BCATBackend", values.bcat_backend.GetValue()); |
| 74 | log_setting("Services_BCATBoxcatLocal", values.bcat_boxcat_local.GetValue()); | 74 | log_setting("Services_BCATBoxcatLocal", values.bcat_boxcat_local.GetValue()); |
| 75 | log_setting("Input_EnableMotion", values.motion_enabled.GetValue()); | ||
| 76 | log_setting("Input_EnableVibration", values.vibration_enabled.GetValue()); | ||
| 77 | log_setting("Input_EnableRawInput", values.enable_raw_input.GetValue()); | ||
| 75 | } | 78 | } |
| 76 | 79 | ||
| 77 | bool IsConfiguringGlobal() { | 80 | bool IsConfiguringGlobal() { |