summaryrefslogtreecommitdiff
path: root/apps/plugins/xworld/xworld.c
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2014-12-24 11:43:28 -0500
committerMichael Giacomelli <giac2000@hotmail.com>2014-12-28 02:48:42 +0100
commit193c5df75d3b6d9e3442e42fa26fd8ccc4c5e3aa (patch)
tree1afbe3a32d57b7689686a715de549a441efc0314 /apps/plugins/xworld/xworld.c
parente7c282fed754bfc4a2fbdc2e8e1a7598b5fae27c (diff)
downloadrockbox-193c5df75d3b6d9e3442e42fa26fd8ccc4c5e3aa.tar.gz
rockbox-193c5df75d3b6d9e3442e42fa26fd8ccc4c5e3aa.zip
XWorld: cleanup
- Comment keymaps.h - Tie XWORLD_DEBUG into ROCKBOX_HAS_LOGF to ease debugging - Fix up the manual a little bit Change-Id: I12cfb58001199036cd67dbaa27f164e6790a199d Reviewed-on: http://gerrit.rockbox.org/1084 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
Diffstat (limited to 'apps/plugins/xworld/xworld.c')
-rw-r--r--apps/plugins/xworld/xworld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/xworld/xworld.c b/apps/plugins/xworld/xworld.c
index 932ff1c3e1..b0e701cec3 100644
--- a/apps/plugins/xworld/xworld.c
+++ b/apps/plugins/xworld/xworld.c
@@ -36,7 +36,7 @@ enum plugin_status plugin_start(const void* parameter)
36 /* no trailing slashes */ 36 /* no trailing slashes */
37 const char *dataPath = "/.rockbox/xworld"; 37 const char *dataPath = "/.rockbox/xworld";
38 const char *savePath = "/.rockbox/xworld"; 38 const char *savePath = "/.rockbox/xworld";
39 g_debugMask = 0; 39 g_debugMask = XWORLD_DEBUGMASK;
40 40
41 engine_create(&e, &sys, dataPath, savePath); 41 engine_create(&e, &sys, dataPath, savePath);
42 engine_init(&e); 42 engine_init(&e);