diff options
Diffstat (limited to 'bootloader/x1000/recovery.c')
-rw-r--r-- | bootloader/x1000/recovery.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootloader/x1000/recovery.c b/bootloader/x1000/recovery.c index d70c3b9305..c53fa376b9 100644 --- a/bootloader/x1000/recovery.c +++ b/bootloader/x1000/recovery.c @@ -65,6 +65,9 @@ static const struct menuitem recovery_items[] = { static const struct menuitem debug_menu_items[] = { {MENUITEM_HEADING, "Debug tools", NULL}, +#ifdef HAVE_SCREENDUMP + {MENUITEM_ACTION, "Enable screenshots", &screenshot_enable}, +#endif #ifdef OF_PLAYER_ADDR {MENUITEM_ACTION, "Dump OF player", &dump_of_player}, #endif |