From 861ee02be08c4d922e65b6372070ce7c2b318ee2 Mon Sep 17 00:00:00 2001 From: sorgelig Date: Sun, 17 Jan 2021 02:19:26 +0800 Subject: [PATCH] input: disable raspad3 emulated mouse. --- input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input.cpp b/input.cpp index b3288c5..78c697d 100644 --- a/input.cpp +++ b/input.cpp @@ -3704,7 +3704,7 @@ int input_test(int getchar) continue; } - if (input[i].quirk == QUIRK_TOUCHGUN && input[dev].lightgun) + if (input[i].quirk == QUIRK_TOUCHGUN) { //don't use original raspad3 emulated mouse continue;