fix clang build
[picodrive.git] / platform / common / menu_pico.c
index cc11638..0f9fa61 100644 (file)
@@ -312,6 +312,7 @@ me_bind_action emuctrl_actions[] =
        { "Volume Down      ", PEV_VOL_DOWN },
        { "Volume Up        ", PEV_VOL_UP },
        { "Fast forward     ", PEV_FF },
+       { "Reset Game       ", PEV_RESET },
        { "Enter Menu       ", PEV_MENU },
        { "Pico Next page   ", PEV_PICO_PNEXT },
        { "Pico Prev page   ", PEV_PICO_PPREV },
@@ -405,8 +406,6 @@ static const char h_srcart[] = "Emulate the save RAM cartridge accessory\n"
                                "most games don't need this";
 static const char h_scfx[]   = "Emulate scale/rotate ASIC chip for graphics effects\n"
                                "disable to improve performance";
-static const char h_bsync[]  = "More accurate mode for CPUs (needed for some games)\n"
-                               "disable to improve performance";
 
 static menu_entry e_menu_cd_options[] =
 {