X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fmenu.h;h=588bfb98ce04e3cddc9eb326c0ded1319e4d6f88;hb=fa8d133192876a802fbac43c0a0bfe4f5f85b682;hp=a3625f84ab924b75cc49a53b7c5c3635972b811d;hpb=7fd581f40bb5273e81dc08afdd55224c26c8fb9e;p=libpicofe.git diff --git a/common/menu.h b/common/menu.h index a3625f8..588bfb9 100644 --- a/common/menu.h +++ b/common/menu.h @@ -96,7 +96,7 @@ typedef enum typedef struct { - char *name; + const char *name; menu_behavior beh; menu_id id; void *var; /* for on-off/range settings */ @@ -153,6 +153,7 @@ extern me_bind_action me_ctrl_actions[15]; extern me_bind_action emuctrl_actions[]; // platform code 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);