diff options
author | Franklin Wei <git@fwei.tk> | 2017-01-15 14:07:18 -0500 |
---|---|---|
committer | Franklin Wei <git@fwei.tk> | 2017-01-15 14:29:24 -0500 |
commit | 0bdb255a4e1aa5a893aec73ea1290837277ede34 (patch) | |
tree | 4e151d42b3d026f500ac2dd982e78aab896a4a0d /apps/plugins/puzzles/SOURCES.games | |
parent | d221ca6e5b9953b678f9ee6d6d8d352cf3c01f56 (diff) |
puzzles: fix building on c200v2
- disables Solo and Loopy
Change-Id: I3de15c0ad001683a4303950972af2f5988d438d0
Diffstat (limited to 'apps/plugins/puzzles/SOURCES.games')
-rw-r--r-- | apps/plugins/puzzles/SOURCES.games | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/apps/plugins/puzzles/SOURCES.games b/apps/plugins/puzzles/SOURCES.games index b16cf0f70d..8ca99c0e2e 100644 --- a/apps/plugins/puzzles/SOURCES.games +++ b/apps/plugins/puzzles/SOURCES.games @@ -19,9 +19,6 @@ net.c netslide.c /*palisade.c*/ pattern.c -#if PLUGIN_BUFFER_SIZE > 0x20000 -pearl.c -#endif pegs.c range.c rect.c @@ -35,7 +32,7 @@ tents.c /*towers.c*/ tracks.c twiddle.c -/*undead.c*/ +/*undead.c*/ /*unequal.c*/ unruly.c untangle.c @@ -45,3 +42,10 @@ untangle.c /*unfinished/separate.c*/ /*unfinished/slide.c*/ /*unfinished/sokoban.c*/ + +/* no c200v2 */ +#if PLUGIN_BUFFER_SIZE > 0x14000 +pearl.c +loopy.c +solo.c +#endif |