forked from len0rd/rockbox
puzzles: fix building on c200v2
- disables Solo and Loopy Change-Id: I3de15c0ad001683a4303950972af2f5988d438d0
This commit is contained in:
parent
d221ca6e5b
commit
0bdb255a4e
3 changed files with 16 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue