summaryrefslogtreecommitdiffstats
path: root/apps/plugins
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2019-05-15 20:39:23 -0400
committerFranklin Wei <git@fwei.tk>2019-05-15 20:39:23 -0400
commit38cceb95638657c58844a67f5a5cc52e745c8fc1 (patch)
tree25e09453fa98497013cdbcf686cfa218f7f8a4cb /apps/plugins
parent75fe15a06c282b50a9b672c5420a2270e1bfe878 (diff)
downloadrockbox-38cceb95638657c58844a67f5a5cc52e745c8fc1.tar.gz
rockbox-38cceb95638657c58844a67f5a5cc52e745c8fc1.zip
Work around DX90 compile error
Change-Id: I80751a41d0711c52558ba198c22d1f012998302c
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/puzzles/rbcompat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/rbcompat.h b/apps/plugins/puzzles/rbcompat.h
index 7934f5d801..9069c1e659 100644
--- a/apps/plugins/puzzles/rbcompat.h
+++ b/apps/plugins/puzzles/rbcompat.h
@@ -49,6 +49,7 @@ double acos_wrapper(double x);
#define getenv getenv_wrapper
#define malloc tlsf_malloc
#define memchr rb->memchr
+#define memswap puzzles_memswap
#define pow pow_wrapper
#define printf LOGF
#define puts puts_wrapper