X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmenu.h;h=9d60e882203443a0c08a9cd847de803076fb58aa;hp=9defc1ea8a4d5aaac0207eebd819ee512014a91c;hb=HEAD;hpb=2d3c4d02ae7877c8b28c3f8e7578dfc0f98bacd6 diff --git a/frontend/menu.h b/frontend/menu.h index 9defc1ea..9d60e882 100644 --- a/frontend/menu.h +++ b/frontend/menu.h @@ -1,9 +1,13 @@ +#ifndef __MENU_H__ +#define __MENU_H__ + void menu_init(void); -void menu_prepare_emu(int ndrc_config_changed); +void menu_prepare_emu(void); void menu_loop(void); void menu_finish(void); void menu_notify_mode_change(int w, int h, int bpp); +int menu_load_config(int is_game); enum g_opts_opts { OPT_SHOWFPS = 1 << 0, @@ -35,3 +39,5 @@ extern int soft_filter; extern int g_menuscreen_w; extern int g_menuscreen_h; + +#endif /* __MENU_H__ */