mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-22 19:42:40 -05:00
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
This commit is contained in:
parent
b29611fe2c
commit
992a12670e
5 changed files with 22 additions and 23 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#include "plugin.h"
|
||||
#include "rbassert.h"
|
||||
#include "lib/pluginlib_exit.h"
|
||||
#include "lib/stdio_compat.h"
|
||||
|
||||
#include <tlsf.h>
|
||||
|
||||
|
|
@ -77,6 +78,4 @@ double acos_wrapper(double x);
|
|||
|
||||
#define abs(x) ((x)<0?-(x):(x))
|
||||
|
||||
/* work around compilation error */
|
||||
typedef void FILE;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue