From 4231c2c83f2b5331e3e38b10a308ee3752315f9c Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 26 Sep 2020 17:19:07 -0400 Subject: codecs: Add support for the 'VTX' ZX Spectrum chiptunes format. This codec requires floating point. Original author: Peter Sovietov Ported to Rockbox: Roman Skylarov Further integration and bugfixes: Solomon Peachy Change-Id: I781ecd3592dfcdbbc694063334350342534f1d6c --- firmware/export/config/android.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'firmware/export/config/android.h') diff --git a/firmware/export/config/android.h b/firmware/export/config/android.h index 8f91d21845..7d3355ef9d 100644 --- a/firmware/export/config/android.h +++ b/firmware/export/config/android.h @@ -4,6 +4,7 @@ /* We don't run on hardware directly */ #define CONFIG_PLATFORM (PLATFORM_HOSTED|PLATFORM_ANDROID) +#define HAVE_FPU /* For Rolo and boot loader */ #define MODEL_NUMBER 100 @@ -12,9 +13,6 @@ #define USB_NONE - - - /* define this if you have a colour LCD */ #define HAVE_LCD_COLOR -- cgit v1.2.3