frontend: clean up some hacks
[pcsx_rearmed.git] / frontend / plat.h
index 6a22035..9076cd5 100644 (file)
@@ -5,5 +5,11 @@ 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);