renderers (interlace and stuff)
[libpicofe.git] / common / menu.h
index 1e096ff..8a9f424 100644 (file)
@@ -7,6 +7,7 @@ void smalltext_out16(int x, int y, const char *texto, int color);
 void smalltext_out16_lim(int x, int y, const char *texto, int color, int max);
 void menu_draw_selection(int x, int y, int w);
 
+extern char menuErrorMsg[64];
 
 
 typedef enum
@@ -49,6 +50,7 @@ typedef enum
        MA_OPT_SAVECFG,
        MA_OPT_SAVECFG_GAME,
        MA_OPT_LOADCFG,
+       MA_OPT_INTERLACED,      /* giz */
        MA_OPT2_GAMMA,
        MA_OPT2_A_SN_GAMMA,
        MA_OPT2_VSYNC,
@@ -57,8 +59,8 @@ typedef enum
        MA_OPT2_ENABLE_SN76496,
        MA_OPT2_GZIP_STATES,
        MA_OPT2_NO_LAST_ROM,
-       MA_OPT2_RAMTIMINGS,
-       MA_OPT2_SQUIDGEHACK,
+       MA_OPT2_RAMTIMINGS,     /* gp2x */
+       MA_OPT2_SQUIDGEHACK,    /* gp2x */
        MA_OPT2_DONE,
        MA_CDOPT_TESTBIOS_USA,
        MA_CDOPT_TESTBIOS_EUR,