X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Fmenu.h;h=83cb9c229ff4ef836fbb62eb91ced149752f754a;hb=b4db550e41b2aa277f570d7bff890c8e8ee1831f;hp=5f7db7b533d48d701c816cae4de51a755e1932f5;hpb=823b9004c44f2123da164a80d2644b34e3d1997b;p=picodrive.git diff --git a/platform/common/menu.h b/platform/common/menu.h index 5f7db7b..83cb9c2 100644 --- a/platform/common/menu.h +++ b/platform/common/menu.h @@ -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); -