mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
[3/4] Completely remove HWCODEC support
'swcodec' is now always set (and recording_swcodec for recording-capable units) in feature.txt so the manual and language strings don't need to all be fixed up. Change-Id: Ib2c9d5d157af8d33653e2d4b4a12881b9aa6ddb0
This commit is contained in:
parent
0c4f89370d
commit
8cb555460f
207 changed files with 322 additions and 5594 deletions
|
|
@ -40,10 +40,6 @@ const unsigned char bitmap_icons_5x8[][5] =
|
|||
{0x7f, 0x22, 0x1c, 0x22, 0x7f}, /* Stereo recording */
|
||||
[Icon_Mono] =
|
||||
{0x00, 0x1c, 0x22, 0x7f, 0x00}, /* Mono recording */
|
||||
#if CONFIG_CODEC != SWCODEC
|
||||
[Icon_q] =
|
||||
{0x1e, 0x21, 0x31, 0x21, 0x5e} /* Q icon */
|
||||
#endif
|
||||
};
|
||||
|
||||
const unsigned char bitmap_icons_7x8[][7] =
|
||||
|
|
@ -68,7 +64,7 @@ const unsigned char bitmap_icons_7x8[][7] =
|
|||
{0x7f,0x04,0x4e,0x5f,0x44,0x38,0x7f} /* Repeat-AB playmode */
|
||||
};
|
||||
|
||||
#if CONFIG_CODEC == SWCODEC && defined(HAVE_RECORDING)
|
||||
#if defined(HAVE_RECORDING)
|
||||
const unsigned char bitmap_glyphs_4x8[][4] =
|
||||
{
|
||||
/* Keep digits together and first! */
|
||||
|
|
@ -116,7 +112,7 @@ const unsigned char bitmap_formats_18x8[Format_18x8Last][18]=
|
|||
{0x00, 0x1e, 0x20, 0x18, 0x20, 0x1e, 0x00, 0x3c, 0x0a,
|
||||
0x0a, 0x0a, 0x3c, 0x00, 0x0e, 0x10, 0x20, 0x10, 0x0e}, /* WAV */
|
||||
};
|
||||
#endif /* CONFIG_CODEC == SWCODEC && defined(HAVE_RECORDING) */
|
||||
#endif /* defined(HAVE_RECORDING) */
|
||||
|
||||
/* Disk/MMC activity */
|
||||
const unsigned char bitmap_icon_disk[12] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue