X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=video.c;h=d3dd3991edbded9a0bb65b0c0f4d12e68e70ab21;hb=eac69717338922e6bb55076e57d7674080291fe9;hp=ffc6c7c03af7feb0a2ec691c09c3d13b764dd379;hpb=d5e0983c10e0ca717603dd1a406ff0d6e450e905;p=gpsp.git diff --git a/video.c b/video.c index ffc6c7c..d3dd399 100644 --- a/video.c +++ b/video.c @@ -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,