From: Toni Wilen Date: Sun, 1 Jan 2023 15:18:37 +0000 (+0200) Subject: Prevent unnecessary multiple resets X-Git-Tag: 41010~37 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=0d34960d44abe503e61a6d06744761b069bf1705;p=francis%2Fwinuae.git Prevent unnecessary multiple resets --- diff --git a/inputdevice.cpp b/inputdevice.cpp index 1b64b601..f1aa8377 100644 --- a/inputdevice.cpp +++ b/inputdevice.cpp @@ -4182,6 +4182,7 @@ void inputdevice_do_keyboard(int code, int state) } keyboard_reset_seq = 0; } + return; } if (key == AK_RESETWARNING) {