1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/pacbox/SOURCES
Rafaël Carré 5615881955 Remove a bunch of build conditions inside .c files
Fix logic in pacbox makefiles for asm optimizations

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27887 a1c6a512-1295-4272-9138-f99709370657
2010-08-25 19:14:02 +00:00

13 lines
191 B
Text

arcade.c
pacbox.c
hardware.c
z80.c
wsg3.c
#if defined(CPU_PP502x) && (LCD_WIDTH >= 288) && (LCD_HEIGHT >= 224)
pacbox_arm.S
#elif defined(CPU_COLDFIRE)
pacbox_cf.S
#else
pacbox_lcd.c
#endif