drc: implement ra accesses in ujump DS
[pcsx_rearmed.git] / frontend / menu.c
index 63b9e2d..0d0a5f6 100644 (file)
@@ -667,6 +667,7 @@ me_bind_action emuctrl_actions[] =
        { "Prev Save Slot   ", 1 << SACTION_PREV_SSLOT },
        { "Next Save Slot   ", 1 << SACTION_NEXT_SSLOT },
        { "Toggle Frameskip ", 1 << SACTION_TOGGLE_FSKIP },
+       { "Take Screenshot  ", 1 << SACTION_SCREENSHOT },
        { "Enter Menu       ", 1 << SACTION_ENTER_MENU },
        { NULL,                0 }
 };
@@ -1242,9 +1243,7 @@ static void menu_bios_warn(void)
 
        while (1)
        {
-               menu_draw_begin(1);
                draw_menu_message(msg, NULL);
-               menu_draw_end();
 
                inp = in_menu_wait(PBTN_MOK|PBTN_MBACK, 70);
                if (inp & (PBTN_MBACK|PBTN_MOK))