From 769f18be1d1a65aa521b91a9f7ba0f8baa0e0e4e Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Sat, 1 Apr 2006 15:52:06 +0000 Subject: simulator stubs for iriver recording, iriver sims now have a recording screen (doesn't actually record!) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9403 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h300.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware/export/config-h300.h') diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index 8a01203b87..f9901666e5 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -58,6 +58,9 @@ #define HAVE_UDA1380 +/* define this if you have recording possibility */ +#define HAVE_RECORDING 1 + #ifndef SIMULATOR /* Define this if you have a Motorola SCF5249 */ @@ -71,9 +74,6 @@ #define BATTERY_SCALE_FACTOR 23437 /* FIX: this value is picked at random */ -/* define this if you have recording possibility */ -#define HAVE_RECORDING 1 - /* Define this if the platform can charge batteries */ #define HAVE_CHARGING 1 -- cgit v1.2.3