1
0
Fork 0
forked from len0rd/rockbox

Fix bitmap scaling for Coldfire. Closes FS#12411.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31366 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2011-12-19 19:17:13 +00:00
parent 8439c2e3e3
commit 9b920734be

View file

@ -228,7 +228,7 @@ static bool scale_h_area(void *out_line_ptr,
MAC_OUT(rgbvalacc.r, 0);
MAC_OUT(rgbvalacc.g, 1);
MAC_OUT(rgbvalacc.b, 2);
MAC_OUT(rgbvalacc.b, 3);
MAC_OUT(rgbvalacc.a, 3);
#else
/* generic C math */
/* add saved partial pixel from start of area */