forked from len0rd/rockbox
ErosQNative: Add v3 LCD support, conditional on bootloader
bootloader passes the player version to rockbox for LCD init changes Credit ZappBranigan2972 on forums for original changes Credit Bilgus for devicedata additions Change-Id: Ia2ca493edef49b7457e84dc19b05397dc915fa5a
This commit is contained in:
parent
a2cc7546d8
commit
878e29396c
5 changed files with 198 additions and 3 deletions
|
@ -56,6 +56,10 @@
|
|||
#include "crc32.h"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_DEVICEDATA) && !defined(SIMULATOR)
|
||||
#include "devicedata.h"
|
||||
#endif
|
||||
|
||||
#if CONFIG_CPU == AS3525v2
|
||||
#include "ascodec.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue