X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=frontend%2Fplat.h;h=8a296ea49d12e3ae83cbc9e9c6fce4f5e7dc3bde;hb=HEAD;hp=9076cd5cf4e24c6352cb09ef4b70b645cf55cd6a;hpb=6469a8c407ff23af8b7a6218f759b368eec7c339;p=pcsx_rearmed.git diff --git a/frontend/plat.h b/frontend/plat.h index 9076cd5c..8a296ea4 100644 --- a/frontend/plat.h +++ b/frontend/plat.h @@ -1,15 +1,15 @@ +#ifndef __PLAT_H__ +#define __PLAT_H__ + +void plat_init(void); +void plat_finish(void); 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_open(int is_pal); 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); +#endif /* __PLAT_H__ */