Commit | Line | Data |
---|---|---|
cc56203b | 1 | void plat_init(void); |
2 | void plat_finish(void); | |
a805c855 | 3 | void plat_minimize(void); |
47821672 | 4 | void *plat_prepare_screenshot(int *w, int *h, int *bpp); |
9b4bd105 | 5 | |
6469a8c4 | 6 | // indirectly called from GPU plugin |
ab423939 | 7 | void plat_gvideo_open(int is_pal); |
6469a8c4 | 8 | void *plat_gvideo_set_mode(int *w, int *h, int *bpp); |
9 | void *plat_gvideo_flip(void); | |
10 | void plat_gvideo_close(void); |