From cc56203b76e1fcef2c7e55b460daf07e654a1547 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 5 Nov 2012 00:28:57 +0200 Subject: switch over to libpicofe - libretro should not be affected by this, all others need to do 'git submodule init && git submodule update' from now on. - pandora should get gamma control support --- frontend/plat.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'frontend/plat.h') diff --git a/frontend/plat.h b/frontend/plat.h index db66c57..6b0cd65 100644 --- a/frontend/plat.h +++ b/frontend/plat.h @@ -1,9 +1,7 @@ +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(int is_pal); -- cgit v1.2.3