diff options
author | german77 <juangerman-13@hotmail.com> | 2021-10-19 06:15:46 +0200 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2021-11-25 03:30:24 +0100 |
commit | 4d308fd0b4fc8f14754c47811e751bf068b330b8 (patch) | |
tree | 3ea29a0c024fdc9ad7681aaf6160e46511ceb2a6 /src/core/hid/emulated_console.cpp | |
parent | core/hid: Documment some files (diff) | |
download | yuzu-4d308fd0b4fc8f14754c47811e751bf068b330b8.tar yuzu-4d308fd0b4fc8f14754c47811e751bf068b330b8.tar.gz yuzu-4d308fd0b4fc8f14754c47811e751bf068b330b8.tar.bz2 yuzu-4d308fd0b4fc8f14754c47811e751bf068b330b8.tar.lz yuzu-4d308fd0b4fc8f14754c47811e751bf068b330b8.tar.xz yuzu-4d308fd0b4fc8f14754c47811e751bf068b330b8.tar.zst yuzu-4d308fd0b4fc8f14754c47811e751bf068b330b8.zip |
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() { touch_button_params.Set("x", x); touch_button_params.Set("y", y); touch_button_params.Set("touch_id", static_cast<int>(index)); - LOG_ERROR(Common, "{} ", touch_button_params.Serialize()); touch_devices[index] = Input::CreateDeviceFromString<Input::InputDevice>(touch_button_params.Serialize()); if (!touch_devices[index]) { |