diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hid/emulated_console.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hid/emulated_console.cpp b/src/core/hid/emulated_console.cpp index a896a5ad8..30c2e9d17 100644 --- a/src/core/hid/emulated_console.cpp +++ b/src/core/hid/emulated_console.cpp | |||
| @@ -199,7 +199,7 @@ void EmulatedConsole::SetTouch(const Common::Input::CallbackStatus& callback, st | |||
| 199 | 199 | ||
| 200 | if (is_new_input) { | 200 | if (is_new_input) { |
| 201 | touch_value.pressed.value = true; | 201 | touch_value.pressed.value = true; |
| 202 | touch_value.id = static_cast<u32>(index); | 202 | touch_value.id = static_cast<int>(index); |
| 203 | } | 203 | } |
| 204 | 204 | ||
| 205 | touch_value.x = touch_input.x; | 205 | touch_value.x = touch_input.x; |