From c19e0f0d02fe1e87f24fc3037edd4e1566280d86 Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Sun, 12 Jun 2005 16:10:17 +0000 Subject: Add remote control support to tree and menu. Move defines from wps.c to wps.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6692 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/tree.c') diff --git a/apps/tree.c b/apps/tree.c index e9a648e..da0e54c 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -992,6 +992,9 @@ static bool dirbrowse(void) #endif case TREE_MENU: +#ifdef TREE_RC_MENU + case TREE_RC_MENU: +#endif #ifdef TREE_MENU_PRE if (lastbutton != TREE_MENU_PRE) break; -- cgit v1.1