forked from len0rd/rockbox
Added CPU model #define
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5088 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
df956d9c18
commit
ddd2695792
7 changed files with 22 additions and 0 deletions
|
|
@ -9,6 +9,10 @@
|
|||
#define HAVE_PLAYER_KEYPAD 1
|
||||
|
||||
#ifndef SIMULATOR
|
||||
|
||||
/* Define this if you have a SH7034 */
|
||||
#define HAVE_SH7034
|
||||
|
||||
/* Define this if you have a MAS3507D */
|
||||
#define HAVE_MAS3507D
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue