diff options
| author | Franklin Wei <me@fwei.tk> | 2017-07-27 00:03:26 -0400 |
|---|---|---|
| committer | Franklin Wei <me@fwei.tk> | 2017-07-27 00:03:26 -0400 |
| commit | 3f65fbbd9b2f2f52e918a2dbf5aa890764d47084 (patch) | |
| tree | a11f47325177fb305ff10d4a2c1836fc95a96086 /apps/plugins/puzzles | |
| parent | 5a5bd0d6d1e77b1d94c18e3d4ce1a52b05dc2967 (diff) | |
| download | rockbox-master.zip rockbox-master.tar.gz rockbox-master.tar.bz2 rockbox-master.tar.xz | |
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.games | 2 |
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*/ |