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:
parent
8439c2e3e3
commit
9b920734be
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue