summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_controller.cpp
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-10-21 00:53:14 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2021-11-25 03:30:25 +0100
commitaf55dd193533be577d0a3d01f93a4a3a2c27cd5d (patch)
treec9fa35290dbf470a7940b3b22249c948970b714c /src/core/hid/emulated_controller.cpp
parentcore/hid: Fix rumble too strong at 1% (diff)
downloadyuzu-af55dd193533be577d0a3d01f93a4a3a2c27cd5d.tar
yuzu-af55dd193533be577d0a3d01f93a4a3a2c27cd5d.tar.gz
yuzu-af55dd193533be577d0a3d01f93a4a3a2c27cd5d.tar.bz2
yuzu-af55dd193533be577d0a3d01f93a4a3a2c27cd5d.tar.lz
yuzu-af55dd193533be577d0a3d01f93a4a3a2c27cd5d.tar.xz
yuzu-af55dd193533be577d0a3d01f93a4a3a2c27cd5d.tar.zst
yuzu-af55dd193533be577d0a3d01f93a4a3a2c27cd5d.zip
Diffstat (limited to '')
-rw-r--r--src/core/hid/emulated_controller.cpp1
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() {
}
void EmulatedController::ReloadInput() {
- // LOG_ERROR(Service_HID, "reload config {}", NpadIdTypeToIndex(npad_id_type));
// If you load any device here add the equivalent to the UnloadInput() function
const auto left_side = button_params[Settings::NativeButton::ZL];
const auto right_side = button_params[Settings::NativeButton::ZR];