summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorFranklin Wei <me@fwei.tk>2017-07-27 00:03:26 -0400
committerFranklin Wei <me@fwei.tk>2017-07-27 00:03:26 -0400
commit3f65fbbd9b2f2f52e918a2dbf5aa890764d47084 (patch)
treea11f47325177fb305ff10d4a2c1836fc95a96086 /apps/plugins
parent5a5bd0d6d1e77b1d94c18e3d4ce1a52b05dc2967 (diff)
downloadrockbox-master.zip
rockbox-master.tar.gz
rockbox-master.tar.bz2
rockbox-master.tar.xz
puzzles: enable MinesHEADmaster
It should work now that arm memset() has been fixed for negative values. This is the last puzzle that was disabled due to a crash.
Diffstat (limited to '')
-rw-r--r--apps/plugins/puzzles/SOURCES.games2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/puzzles/SOURCES.games b/apps/plugins/puzzles/SOURCES.games
index c46a541..8893c3e 100644
--- a/apps/plugins/puzzles/SOURCES.games
+++ b/apps/plugins/puzzles/SOURCES.games
@@ -16,7 +16,7 @@ src/lightup.c
/*src/loopy.c*/
src/magnets.c
src/map.c
-/*src/mines.c*/
+src/mines.c
src/net.c
src/netslide.c
/*src/palisade.c*/