add some plugin control from the menu, include spunull
[pcsx_rearmed.git] / frontend / menu.h
... / ...
CommitLineData
1void menu_init(void);
2void menu_prepare_emu(void);
3void menu_loop(void);
4
5void menu_notify_mode_change(int w, int h, int bpp);
6
7enum opts {
8 OPT_SHOWFPS = 1 << 0,
9 OPT_SHOWCPU = 1 << 1,
10};
11
12extern int g_opts;