X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=common%2Fmenu.h;h=fd807533a7939a825db77f044e2c68dd373f6763;hb=b6072c177f57cdcb32cfd5eee53b7c178f89c5d3;hp=64a70a749a1b4c8326e3742e9b709df3ab39ef8d;hpb=c4046e6e067c0c7d7a09d9eb8518993be320d84b;p=libpicofe.git diff --git a/common/menu.h b/common/menu.h index 64a70a7..fd80753 100644 --- a/common/menu.h +++ b/common/menu.h @@ -27,6 +27,7 @@ typedef enum MA_MAIN_EXIT, MA_OPT_RENDERER, MA_OPT_SCALING, + MA_OPT_VSCALING, MA_OPT_ACC_SPRITES, MA_OPT_SHOW_FPS, MA_OPT_FRAMESKIP, @@ -195,7 +196,6 @@ extern int g_menuscreen_h; #endif 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);