summaryrefslogtreecommitdiff
path: root/firmware/export/config/android.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-09-26 17:19:07 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-09 11:39:25 -0400
commit4231c2c83f2b5331e3e38b10a308ee3752315f9c (patch)
tree1e14867e9c9f0d7b778e7c4c18103a7cbd491794 /firmware/export/config/android.h
parent278522f8118bd2cfce065ec95f0a93ca53e3ca44 (diff)
downloadrockbox-4231c2c83f2b5331e3e38b10a308ee3752315f9c.tar.gz
rockbox-4231c2c83f2b5331e3e38b10a308ee3752315f9c.zip
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
Diffstat (limited to 'firmware/export/config/android.h')
-rw-r--r--firmware/export/config/android.h4
1 files changed, 1 insertions, 3 deletions
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 @@
4 4
5/* We don't run on hardware directly */ 5/* We don't run on hardware directly */
6#define CONFIG_PLATFORM (PLATFORM_HOSTED|PLATFORM_ANDROID) 6#define CONFIG_PLATFORM (PLATFORM_HOSTED|PLATFORM_ANDROID)
7#define HAVE_FPU
7 8
8/* For Rolo and boot loader */ 9/* For Rolo and boot loader */
9#define MODEL_NUMBER 100 10#define MODEL_NUMBER 100
@@ -12,9 +13,6 @@
12 13
13#define USB_NONE 14#define USB_NONE
14 15
15
16
17
18/* define this if you have a colour LCD */ 16/* define this if you have a colour LCD */
19#define HAVE_LCD_COLOR 17#define HAVE_LCD_COLOR
20 18