diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/brickmania.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c index 4d9962b..44e1aa0 100644 --- a/apps/plugins/brickmania.c +++ b/apps/plugins/brickmania.c @@ -201,6 +201,7 @@ CONFIG_KEYPAD == SANSA_M200_PAD #define DOWN BUTTON_DOWN #elif CONFIG_KEYPAD == COWON_D2_PAD +#define CONTINUE_TEXT "MENU To Continue" #define QUIT BUTTON_POWER #define LEFT BUTTON_MINUS #define RIGHT BUTTON_PLUS |