32x and sms savestates. Core-independent z80 state. SS bugfixing/refactoring.
[libpicofe.git] / common / menu.h
index 5f7db7b..83cb9c2 100644 (file)
@@ -86,6 +86,7 @@ typedef enum
        MA_CDOPT_BETTER_SYNC,
        MA_CDOPT_DONE,
        MA_32XOPT_ENABLE_32X,
+       MA_32XOPT_RENDERER,
        MA_32XOPT_PWM,
        MA_CTRL_PLAYER1,
        MA_CTRL_PLAYER2,
@@ -154,6 +155,8 @@ typedef struct
 extern me_bind_action me_ctrl_actions[15];
 extern me_bind_action emuctrl_actions[];       // platform code
 
+extern void *g_menubg_ptr;
+
 void menu_init(void);
 void menu_plat_setup(int is_wiz);
 void text_out16(int x, int y, const char *texto, ...);
@@ -168,5 +171,3 @@ int  menu_loop_tray(void);
 menu_entry *me_list_get_first(void);
 menu_entry *me_list_get_next(void);
 
-void menu_darken_bg(void *dst, int pixels, int darker);
-