update inputs on vsync
[pcsx_rearmed.git] / frontend / menu.h
1 void menu_init(void);
2 void menu_prepare_emu(void);
3 void menu_loop(void);
4
5 void menu_notify_mode_change(int w, int h);