diff options
| author | Franklin Wei <git@fwei.tk> | 2017-01-16 10:37:55 -0500 |
|---|---|---|
| committer | Franklin Wei <me@fwei.tk> | 2017-01-16 20:25:03 +0100 |
| commit | fb2da13cd2cfbb64a087cdfaca45183babf9fba7 (patch) | |
| tree | f0a28def759cad8f65334748135bdb6876067205 /apps/plugins/puzzles/SOURCES.games | |
| parent | 7eaf55868df24ad18bf05fee6b8e826d5f4cda83 (diff) | |
| download | rockbox-fb2da13cd2cfbb64a087cdfaca45183babf9fba7.zip rockbox-fb2da13cd2cfbb64a087cdfaca45183babf9fba7.tar.gz rockbox-fb2da13cd2cfbb64a087cdfaca45183babf9fba7.tar.bz2 rockbox-fb2da13cd2cfbb64a087cdfaca45183babf9fba7.tar.xz | |
puzzles: disable unplayable puzzles (Solo and Loopy)
- accidentally enabled in c200v2 fix
Change-Id: I252191fc47da9fe1a664a260cb53f6a5a1eea437
Diffstat (limited to 'apps/plugins/puzzles/SOURCES.games')
| -rw-r--r-- | apps/plugins/puzzles/SOURCES.games | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/puzzles/SOURCES.games b/apps/plugins/puzzles/SOURCES.games index ea36b9a..c14d15b 100644 --- a/apps/plugins/puzzles/SOURCES.games +++ b/apps/plugins/puzzles/SOURCES.games @@ -46,6 +46,6 @@ untangle.c /* no c200v2 */ #if PLUGIN_BUFFER_SIZE > 0x14000 pearl.c -loopy.c -solo.c +/*loopy.c*/ +/*solo.c*/ #endif |