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/xduoox3ii.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/config/xduoox3ii.h') diff --git a/firmware/export/config/xduoox3ii.h b/firmware/export/config/xduoox3ii.h index 893fcc5e51..dab7c0f257 100644 --- a/firmware/export/config/xduoox3ii.h +++ b/firmware/export/config/xduoox3ii.h @@ -17,6 +17,8 @@ #define CONFIG_PLATFORM (PLATFORM_HOSTED) #endif +#define HAVE_FPU + /* define this if you have a colour LCD */ #define HAVE_LCD_COLOR -- cgit v1.2.3