summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/SOURCES.games
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2017-01-15 14:07:18 -0500
committerFranklin Wei <git@fwei.tk>2017-01-15 14:29:24 -0500
commit0bdb255a4e1aa5a893aec73ea1290837277ede34 (patch)
tree4e151d42b3d026f500ac2dd982e78aab896a4a0d /apps/plugins/puzzles/SOURCES.games
parentd221ca6e5b9953b678f9ee6d6d8d352cf3c01f56 (diff)
downloadrockbox-0bdb255a4e1aa5a893aec73ea1290837277ede34.tar.gz
rockbox-0bdb255a4e1aa5a893aec73ea1290837277ede34.zip
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.games12
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
19netslide.c 19netslide.c
20/*palisade.c*/ 20/*palisade.c*/
21pattern.c 21pattern.c
22#if PLUGIN_BUFFER_SIZE > 0x20000
23pearl.c
24#endif
25pegs.c 22pegs.c
26range.c 23range.c
27rect.c 24rect.c
@@ -35,7 +32,7 @@ tents.c
35/*towers.c*/ 32/*towers.c*/
36tracks.c 33tracks.c
37twiddle.c 34twiddle.c
38/*undead.c*/ 35/*undead.c*/
39/*unequal.c*/ 36/*unequal.c*/
40unruly.c 37unruly.c
41untangle.c 38untangle.c
@@ -45,3 +42,10 @@ untangle.c
45/*unfinished/separate.c*/ 42/*unfinished/separate.c*/
46/*unfinished/slide.c*/ 43/*unfinished/slide.c*/
47/*unfinished/sokoban.c*/ 44/*unfinished/sokoban.c*/
45
46/* no c200v2 */
47#if PLUGIN_BUFFER_SIZE > 0x14000
48pearl.c
49loopy.c
50solo.c
51#endif