summaryrefslogtreecommitdiff
path: root/apps/gui/option_select.h
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-02-27 22:08:58 +0000
committerAidan MacDonald <amachronic@protonmail.com>2021-03-28 00:01:37 +0000
commit3ec66893e377b088c1284d2d23adb2aeea6d7965 (patch)
treeb647717f83ad56b15dc42cfdef5d04d68cd9bd6b /apps/gui/option_select.h
parent83fcbedc65f4b9ae7e491ecf6f07c0af4b245f74 (diff)
downloadrockbox-3ec66893e377b088c1284d2d23adb2aeea6d7965.tar.gz
rockbox-3ec66893e377b088c1284d2d23adb2aeea6d7965.zip
New port: FiiO M3K on bare metal
Change-Id: I7517e7d5459e129dcfc9465c6fbd708619888fbe
Diffstat (limited to 'apps/gui/option_select.h')
-rw-r--r--apps/gui/option_select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/option_select.h b/apps/gui/option_select.h
index 7ca9a4ebbb..476e7b81bd 100644
--- a/apps/gui/option_select.h
+++ b/apps/gui/option_select.h
@@ -25,7 +25,7 @@
25#include "screen_access.h" 25#include "screen_access.h"
26#include "settings.h" 26#include "settings.h"
27 27
28#if defined (HAVE_SCROLLWHEEL) 28#if defined (HAVE_SCROLLWHEEL) && !defined(FIIO_M3K)
29/* Define this if your target makes sense to have 29/* Define this if your target makes sense to have
30 smaller values at the top of the list increasing down the list */ 30 smaller values at the top of the list increasing down the list */
31#define ASCENDING_INT_SETTINGS 31#define ASCENDING_INT_SETTINGS