Disable this plugin on v2 recorders for now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4043 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f6b6db4167
commit
ba60db8739
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
|||
****************************************************************************/
|
||||
#include "plugin.h"
|
||||
|
||||
#ifndef ARCHOS_RECORDERV2
|
||||
|
||||
#ifndef SIMULATOR
|
||||
|
||||
/* define DUMMY if you only want to "play" with the UI, does no harm */
|
||||
|
@ -923,3 +925,4 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
|||
|
||||
#endif /* #ifndef SIMULATOR */
|
||||
|
||||
#endif /* model */
|
||||
|
|
Loading…
Reference in a new issue