From 14f77c92d935369fb088d5b47272db21833acf89 Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Fri, 14 Aug 2015 19:04:46 +0200 Subject: [PATCH] linux-dist: Fix bug where trigger values zeroes all the time --- core/linux-dist/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/linux-dist/main.cpp b/core/linux-dist/main.cpp index 3cb1e3f51..502ad59f4 100755 --- a/core/linux-dist/main.cpp +++ b/core/linux-dist/main.cpp @@ -503,8 +503,6 @@ void UpdateInputState(u32 port) static char key = 0; kcode[port] = x11_dc_buttons; - rt[port] = 0; - lt[port] = 0; #if defined(TARGET_EMSCRIPTEN) return;