diff options
Diffstat (limited to 'src/core/hid/emulated_console.cpp')
| -rw-r--r-- | src/core/hid/emulated_console.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hid/emulated_console.cpp b/src/core/hid/emulated_console.cpp index c65d05041..7f7c8fd59 100644 --- a/src/core/hid/emulated_console.cpp +++ b/src/core/hid/emulated_console.cpp | |||
| @@ -53,7 +53,6 @@ void EmulatedConsole::ReloadInput() { | |||
| 53 | touch_button_params.Set("x", x); | 53 | touch_button_params.Set("x", x); |
| 54 | touch_button_params.Set("y", y); | 54 | touch_button_params.Set("y", y); |
| 55 | touch_button_params.Set("touch_id", static_cast<int>(index)); | 55 | touch_button_params.Set("touch_id", static_cast<int>(index)); |
| 56 | LOG_ERROR(Common, "{} ", touch_button_params.Serialize()); | ||
| 57 | touch_devices[index] = | 56 | touch_devices[index] = |
| 58 | Input::CreateDeviceFromString<Input::InputDevice>(touch_button_params.Serialize()); | 57 | Input::CreateDeviceFromString<Input::InputDevice>(touch_button_params.Serialize()); |
| 59 | if (!touch_devices[index]) { | 58 | if (!touch_devices[index]) { |