diff options
Diffstat (limited to 'src/common/settings.cpp')
| -rw-r--r-- | src/common/settings.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp index 70b02146b..84955030b 100644 --- a/src/common/settings.cpp +++ b/src/common/settings.cpp | |||
| @@ -77,6 +77,13 @@ void LogSettings() { | |||
| 77 | log_setting("Debugging_GDBStub", values.use_gdbstub.GetValue()); | 77 | log_setting("Debugging_GDBStub", values.use_gdbstub.GetValue()); |
| 78 | log_setting("Input_EnableMotion", values.motion_enabled.GetValue()); | 78 | log_setting("Input_EnableMotion", values.motion_enabled.GetValue()); |
| 79 | log_setting("Input_EnableVibration", values.vibration_enabled.GetValue()); | 79 | log_setting("Input_EnableVibration", values.vibration_enabled.GetValue()); |
| 80 | log_setting("Input_EnableTouch", values.touchscreen.enabled); | ||
| 81 | log_setting("Input_EnableMouse", values.mouse_enabled.GetValue()); | ||
| 82 | log_setting("Input_EnableKeyboard", values.keyboard_enabled.GetValue()); | ||
| 83 | log_setting("Input_EnableRingController", values.enable_ring_controller.GetValue()); | ||
| 84 | log_setting("Input_EnableIrSensor", values.enable_ir_sensor.GetValue()); | ||
| 85 | log_setting("Input_EnableCustomJoycon", values.enable_joycon_driver.GetValue()); | ||
| 86 | log_setting("Input_EnableCustomProController", values.enable_procon_driver.GetValue()); | ||
| 80 | log_setting("Input_EnableRawInput", values.enable_raw_input.GetValue()); | 87 | log_setting("Input_EnableRawInput", values.enable_raw_input.GetValue()); |
| 81 | } | 88 | } |
| 82 | 89 | ||