summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/README.rockbox
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2019-05-15 18:17:28 -0400
committerFranklin Wei <git@fwei.tk>2019-05-15 18:18:17 -0400
commit75fe15a06c282b50a9b672c5420a2270e1bfe878 (patch)
treed8314a49db1add04945ff664d0ddf8cafc6df868 /apps/plugins/puzzles/README.rockbox
parentf940276fd9bc38ae34d4119fd1d983171a627400 (diff)
downloadrockbox-75fe15a06c282b50a9b672c5420a2270e1bfe878.tar.gz
rockbox-75fe15a06c282b50a9b672c5420a2270e1bfe878.zip
puzzles: refactor rockbox frontend
Cleaned up a bit of copy-pasted code and added some useful comments. Change-Id: I9a6f37acbeeda58b3ea8c65ee96230372400f323
Diffstat (limited to 'apps/plugins/puzzles/README.rockbox')
-rw-r--r--apps/plugins/puzzles/README.rockbox3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/README.rockbox b/apps/plugins/puzzles/README.rockbox
index c69c4da50d..3adce72412 100644
--- a/apps/plugins/puzzles/README.rockbox
+++ b/apps/plugins/puzzles/README.rockbox
@@ -17,6 +17,9 @@ from some minor adjustments to make them compile and run happily on
17Rockbox. The majority of the rockbox-specific code is found in 17Rockbox. The majority of the rockbox-specific code is found in
18rockbox.c, with some minor stuff in rbwrappers.c and rbmalloc.c. 18rockbox.c, with some minor stuff in rbwrappers.c and rbmalloc.c.
19 19
20NOTE: the build makefile (puzzles.make) automatically includes
21`rbcompat.h` when compiling! Check there when things break.
22
20Help feature 23Help feature
21============ 24============
22 25