X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fmenu.h;h=d6397e4373104c2bce4141fee9bc6dd2ae98d8ad;hb=f2d9ea1ee973e4fd45c083beb8758b08d3777501;hp=430f0022e01adf7a899e0ce1e9db13a6a50c008d;hpb=d572cbad9886a04f8c51edb825dc6aaec9b02e23;p=libpicofe.git diff --git a/common/menu.h b/common/menu.h index 430f002..d6397e4 100644 --- a/common/menu.h +++ b/common/menu.h @@ -25,7 +25,6 @@ typedef enum MA_MAIN_EXIT, MA_OPT_RENDERER, MA_OPT_SCALING, - MA_OPT_ACC_TIMING, MA_OPT_ACC_SPRITES, MA_OPT_SHOW_FPS, MA_OPT_FRAMESKIP, @@ -46,6 +45,7 @@ typedef enum MA_OPT_LOADCFG, MA_OPT_INTERLACED, /* giz */ MA_OPT_ROTATION, /* uiq */ + MA_OPT_TEARING_FIX, /* wiz */ MA_OPT2_GAMMA, MA_OPT2_A_SN_GAMMA, MA_OPT2_DBLBUFF, /* giz */ @@ -153,6 +153,7 @@ extern me_bind_action me_ctrl_actions[15]; extern me_bind_action emuctrl_actions[]; // platform code void menu_init(void); +void menu_plat_setup(int is_wiz); void text_out16(int x, int y, const char *texto, ...); void me_update_msg(const char *msg);