X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Fmenu.h;h=fd807533a7939a825db77f044e2c68dd373f6763;hb=f4750ee051b509a17bb940d6372a0c12faae18cd;hp=64a70a749a1b4c8326e3742e9b709df3ab39ef8d;hpb=c7eb229a3cfc2848bcc3413185758039f30559aa;p=picodrive.git diff --git a/platform/common/menu.h b/platform/common/menu.h index 64a70a7..fd80753 100644 --- a/platform/common/menu.h +++ b/platform/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);