1
0
Fork 0
forked from len0rd/rockbox

puzzles: disable unplayable puzzles (Solo and Loopy)

- accidentally enabled in c200v2 fix

Change-Id: I252191fc47da9fe1a664a260cb53f6a5a1eea437
This commit is contained in:
Franklin Wei 2017-01-16 10:37:55 -05:00 committed by Franklin Wei
parent 7eaf55868d
commit fb2da13cd2

View file

@ -46,6 +46,6 @@ untangle.c
/* no c200v2 */
#if PLUGIN_BUFFER_SIZE > 0x14000
pearl.c
loopy.c
solo.c
/*loopy.c*/
/*solo.c*/
#endif