forked from len0rd/rockbox
More patches from Fredrik Öhrn - joystick2.diff (add support using buttons on the iriver remotes) and speedup.diff (more optimisations for Coldfire targets).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9089 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d00d58896b
commit
03627e0539
7 changed files with 214 additions and 81 deletions
|
@ -4,8 +4,9 @@ hardware.c
|
|||
z80.c
|
||||
#if (CONFIG_CPU == PP5020) && (LCD_WIDTH >= 288) && (LCD_HEIGHT >= 224)
|
||||
pacbox_arm.S
|
||||
#elif defined(IRIVER_H300_SERIES) && !defined(SIMULATOR)
|
||||
pacbox_cf.S
|
||||
#else
|
||||
pacbox_lcd.c
|
||||
#endif
|
||||
#if defined(CPU_COLDFIRE)
|
||||
pacbox_cf.S
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue