diff options
author | Franklin Wei <git@fwei.tk> | 2018-04-24 19:05:49 -0400 |
---|---|---|
committer | Franklin Wei <git@fwei.tk> | 2018-04-24 19:06:30 -0400 |
commit | 992a12670e65eab504eec2f8c4d7a120a4a6dd50 (patch) | |
tree | 523beb13e924f07fad2c9b95da26dfb6915e556d /apps/plugins/puzzles/SOURCES.games | |
parent | b29611fe2c629d8d951d969875a57132df055bdd (diff) | |
download | rockbox-992a12670e65eab504eec2f8c4d7a120a4a6dd50.tar.gz rockbox-992a12670e65eab504eec2f8c4d7a120a4a6dd50.zip |
puzzles: update frontend for new upstream, misc. changes
The upstream code changed a little bit with regard to the request_keys()
API. Also, we save some bytes (especially on the c200v2) by compiling with
-ffunction-sections and -fdata-sections, which allows Net to fit once again.
Change-Id: I3ab30127169c73e4cd8996f0c12e1223ee18d79f
Diffstat (limited to 'apps/plugins/puzzles/SOURCES.games')
-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 1b958d00ca..2b80ea3300 100644 --- a/apps/plugins/puzzles/SOURCES.games +++ b/apps/plugins/puzzles/SOURCES.games | |||
@@ -45,7 +45,7 @@ src/untangle.c | |||
45 | 45 | ||
46 | /* no c200v2 */ | 46 | /* no c200v2 */ |
47 | #if PLUGIN_BUFFER_SIZE > 0x14000 | 47 | #if PLUGIN_BUFFER_SIZE > 0x14000 |
48 | src/pearl.c | ||
49 | src/loopy.c | 48 | src/loopy.c |
49 | src/pearl.c | ||
50 | src/solo.c | 50 | src/solo.c |
51 | #endif | 51 | #endif |