1
0
Fork 0
forked from len0rd/rockbox

puzzles: fix building on c200v2

- disables Solo and Loopy

Change-Id: I3de15c0ad001683a4303950972af2f5988d438d0
This commit is contained in:
Franklin Wei 2017-01-15 14:07:18 -05:00
parent d221ca6e5b
commit 0bdb255a4e
3 changed files with 16 additions and 7 deletions

View file

@ -207,7 +207,7 @@ static inline void plot(unsigned x, unsigned y, unsigned long a,
r2 = RGB_UNPACK_RED(orig);
g2 = RGB_UNPACK_GREEN(orig);
b2 = RGB_UNPACK_BLUE(orig);
#lse
#else
r2 = orig.r;
g2 = orig.g;
b2 = orig.b;