From ba371fb595affd68c823926b85718d1d613dc7d3 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Sun, 29 Jun 2003 16:33:04 +0000 Subject: Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3769 a1c6a512-1295-4272-9138-f99709370657 --- apps/player/icons.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/player') diff --git a/apps/player/icons.h b/apps/player/icons.h index 1c9c68d66c..c96f821cfa 100644 --- a/apps/player/icons.h +++ b/apps/player/icons.h @@ -26,7 +26,8 @@ enum { Unknown=0x90, - Folder=0x18, Mod_Ajz, Language, File, Wps, Playlist, Text, Config + Plugin = 0x17, + Folder, Mod_Ajz, Language, File, Wps, Playlist, Text, Config, }; #endif -- cgit v1.2.3