From 79a6c298bb9c99fda1e864bf0a0c8c27eef68e60 Mon Sep 17 00:00:00 2001 From: okay Date: Sun, 11 Feb 2024 19:44:00 -0800 Subject: [PATCH] [fbink] go back to using ABS_MT_DISTANCE --- src/actions.make | 2 +- src/remux/launcher.cpy | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/actions.make b/src/actions.make index 66c19b0..8dd464d 100644 --- a/src/actions.make +++ b/src/actions.make @@ -36,7 +36,7 @@ endif clean-default: rm ${SRC_DIR}/build/${EXE} compile_kobo: ../build/stb.arm.o libfbink -compile_kobo: export CPP_FLAGS += -O2 -static -static-libstdc++ -static-libgcc +compile_kobo: export CPP_FLAGS += -O2 -static -static-libstdc++ -static-libgcc -Wno-narrowing compile_kobo: export OKP_FLAGS += ../build/stb.arm.o compile_kobo: CXX=${CXX_BIN} okp ${OKP_FLAGS} -- -D"KOBO=1" -D${RMKIT_IMPL} ${CPP_FLAGS} diff --git a/src/remux/launcher.cpy b/src/remux/launcher.cpy index 5a72cf5..dced30d 100644 --- a/src/remux/launcher.cpy +++ b/src/remux/launcher.cpy @@ -37,10 +37,6 @@ #define TOUCH_FLOOD_EVENT ABS_DISTANCE #endif -#ifdef RMKIT_FBINK -#define TOUCH_FLOOD_EVENT ABS_DISTANCE -#endif - TIMEOUT := 1 // all time is in seconds MIN := 60