X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplat.h;h=9076cd5cf4e24c6352cb09ef4b70b645cf55cd6a;hp=185ee98c8f0199aaabf39e8fd2db610a6eef5559;hb=b07c18e8645a17be916266820ae564e0d320cc1a;hpb=9b4bd105989e1186ca09d93e70d14484a528a238 diff --git a/frontend/plat.h b/frontend/plat.h index 185ee98c..9076cd5c 100644 --- a/frontend/plat.h +++ b/frontend/plat.h @@ -1,8 +1,15 @@ +void plat_minimize(void); void *plat_prepare_screenshot(int *w, int *h, int *bpp); void plat_step_volume(int is_up); int plat_cpu_clock_get(void); int plat_cpu_clock_apply(int cpu_clock); int plat_get_bat_capacity(void); +// indirectly called from GPU plugin +void plat_gvideo_open(void); +void *plat_gvideo_set_mode(int *w, int *h, int *bpp); +void *plat_gvideo_flip(void); +void plat_gvideo_close(void); + // XXX int plat_pandora_init(void);