get rid of GP2X_BUILD checks where they are not really needed

This commit is contained in:
notaz
2011-09-03 00:55:13 +03:00
parent d5e0983c10
commit ee0a3871f9
10 changed files with 25 additions and 69 deletions

View File

@@ -2432,6 +2432,9 @@ void expand_normal(u16 *screen_ptr, u32 start, u32 end)
#endif
void expand_blend(u32 *screen_src_ptr, u16 *screen_dest_ptr,
u32 start, u32 end);
#ifndef ARM_ARCH
void expand_blend(u32 *screen_src_ptr, u16 *screen_dest_ptr,