From 86cab2e27a0d9f831b39032fd713945659277903 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 9 Feb 2011 20:27:23 +0000 Subject: Disable buffering codecs (and code generally) on RaaA. It's not useful to do it since you need to write back the code to disk to be able to load it from memory, it also requires writing to an executable directory. Keep it for the simulator for the sake of simulating. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29261 a1c6a512-1295-4272-9138-f99709370657 --- apps/buffering.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/buffering.h') diff --git a/apps/buffering.h b/apps/buffering.h index 6e17b65d8c..c3a9f928d1 100644 --- a/apps/buffering.h +++ b/apps/buffering.h @@ -44,6 +44,7 @@ enum data_type { #define ERR_INVALID_VALUE -3 #define ERR_FILE_ERROR -4 #define ERR_HANDLE_NOT_DONE -5 +#define ERR_UNSUPPORTED_TYPE -6 /* Initialise the buffering subsystem */ -- cgit v1.2.3