From a72ac8031937bb80f36e9392d07724a954995029 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 27 Feb 2012 00:23:10 +0200 Subject: frontend: add an option to disable scaling (Caanoo) some minor menu tuning too --- frontend/menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/menu.h') diff --git a/frontend/menu.h b/frontend/menu.h index 16f85a9..7f366df 100644 --- a/frontend/menu.h +++ b/frontend/menu.h @@ -14,4 +14,4 @@ enum opts { }; extern int g_opts; -extern int analog_deadzone; +extern int soft_scaling, analog_deadzone; -- cgit v1.2.3