diff options
| author | 2021-10-20 17:53:14 -0500 | |
|---|---|---|
| committer | 2021-11-24 20:30:25 -0600 | |
| commit | af55dd193533be577d0a3d01f93a4a3a2c27cd5d (patch) | |
| tree | c9fa35290dbf470a7940b3b22249c948970b714c /src/core/hid/emulated_controller.cpp | |
| parent | core/hid: Fix rumble too strong at 1% (diff) | |
| download | yuzu-af55dd193533be577d0a3d01f93a4a3a2c27cd5d.tar.gz yuzu-af55dd193533be577d0a3d01f93a4a3a2c27cd5d.tar.xz yuzu-af55dd193533be577d0a3d01f93a4a3a2c27cd5d.zip | |
configuration: Migrate controller settings to emulated controller
Diffstat (limited to 'src/core/hid/emulated_controller.cpp')
| -rw-r--r-- | src/core/hid/emulated_controller.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hid/emulated_controller.cpp b/src/core/hid/emulated_controller.cpp index 7b0c4a49b..662260327 100644 --- a/src/core/hid/emulated_controller.cpp +++ b/src/core/hid/emulated_controller.cpp | |||
| @@ -91,7 +91,6 @@ void EmulatedController::ReloadFromSettings() { | |||
| 91 | } | 91 | } |
| 92 | 92 | ||
| 93 | void EmulatedController::ReloadInput() { | 93 | void EmulatedController::ReloadInput() { |
| 94 | // LOG_ERROR(Service_HID, "reload config {}", NpadIdTypeToIndex(npad_id_type)); | ||
| 95 | // If you load any device here add the equivalent to the UnloadInput() function | 94 | // If you load any device here add the equivalent to the UnloadInput() function |
| 96 | const auto left_side = button_params[Settings::NativeButton::ZL]; | 95 | const auto left_side = button_params[Settings::NativeButton::ZL]; |
| 97 | const auto right_side = button_params[Settings::NativeButton::ZR]; | 96 | const auto right_side = button_params[Settings::NativeButton::ZR]; |