From 91cb68a1fb5b019aaebf77fae6506bb807059b65 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 1 Mar 2007 11:14:46 +0000 Subject: Introducing the root menu! Blind users: get a new voice file as there are lots of lang changes and new strings. FS#6630 or RootMenu on the wiki for more info. complaints to /dev/null :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12528 a1c6a512-1295-4272-9138-f99709370657 --- apps/onplay.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/onplay.h') diff --git a/apps/onplay.h b/apps/onplay.h index 08737be..f842764 100644 --- a/apps/onplay.h +++ b/apps/onplay.h @@ -22,7 +22,8 @@ int onplay(char* file, int attr, int from_screen); enum { - ONPLAY_OK, + ONPLAY_MAINMENU = -1, + ONPLAY_OK = 0, ONPLAY_RELOAD_DIR, ONPLAY_START_PLAY }; -- cgit v1.1