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
|
|
@ -26,6 +26,8 @@
|
|||
#include "arcade.h"
|
||||
#include "hardware.h"
|
||||
|
||||
#if defined(SIMULATOR) || !defined(IRIVER_H300_SERIES)
|
||||
|
||||
void blit_display(fb_data* lcd_framebuffer, unsigned char* vbuf)
|
||||
{
|
||||
fb_data* dst;
|
||||
|
|
@ -103,3 +105,5 @@ void blit_display(fb_data* lcd_framebuffer, unsigned char* vbuf)
|
|||
#endif /* Size >= 144x112 */
|
||||
#endif /* Not Colour */
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue