4 * This work is licensed under the terms of the GNU GPLv2 or later.
5 * See the COPYING file in the top-level directory.
10 void plat_video_menu_enter(int is_rom_loaded)
14 void plat_video_menu_begin(void)
18 void plat_video_menu_end(void)
22 void plat_video_menu_leave(void)
26 void plat_gvideo_open(int is_pal)
30 void *plat_gvideo_set_mode(int *w, int *h, int *bpp)
35 void *plat_gvideo_flip(void)
40 void plat_gvideo_close(void)
48 void plat_finish(void)
52 void *plat_prepare_screenshot(int *w, int *h, int *bpp)
57 void plat_trigger_vibrate(int is_strong)
61 void plat_minimize(void)