summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/rockboy.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockboy/rockboy.c')
-rw-r--r--apps/plugins/rockboy/rockboy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/rockboy/rockboy.c b/apps/plugins/rockboy/rockboy.c
index 56773879fa..fc004e752d 100644
--- a/apps/plugins/rockboy/rockboy.c
+++ b/apps/plugins/rockboy/rockboy.c
@@ -102,6 +102,8 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
102 otherwise you will get lovely "I04: IllInstr" errors... :-) */ 102 otherwise you will get lovely "I04: IllInstr" errors... :-) */
103 rb = api; 103 rb = api;
104 104
105 rb->lcd_setfont(0);
106
105 if (!parameter) { 107 if (!parameter) {
106 rb->splash(HZ*3, true, "Play gameboy ROM file! (.gb/.gbc)"); 108 rb->splash(HZ*3, true, "Play gameboy ROM file! (.gb/.gbc)");
107 return PLUGIN_OK; 109 return PLUGIN_OK;