X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=platform%2Fcommon%2Fmenu.h;h=f3d18597c6f00f48c8bb50ae1026980aa21ce366;hb=cc41eb4fa36c1ebe724efd4c81962cbc9046ac57;hp=430f0022e01adf7a899e0ce1e9db13a6a50c008d;hpb=421713439805e3d389c420a04afc48fc267eb28f;p=picodrive.git diff --git a/platform/common/menu.h b/platform/common/menu.h index 430f002..f3d1859 100644 --- a/platform/common/menu.h +++ b/platform/common/menu.h @@ -46,6 +46,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 +154,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);