FAME + some random stuff added
[libpicofe.git] / psp / psp.h
index cece8cf..07d4093 100644 (file)
--- a/psp/psp.h
+++ b/psp/psp.h
@@ -8,12 +8,15 @@ void psp_msleep(int ms);
 #define PSP_VRAM_BASE0 ((void *) 0x44000000)
 #define PSP_VRAM_BASE1 ((void *) 0x44044000)
 
-void psp_video_switch_to_single(void);
-void psp_video_flip(void);
+void *psp_video_get_active_fb(void);
+void  psp_video_switch_to_single(void);
+void  psp_video_flip(int wait_vsync);
 extern void *psp_screen;
 
-unsigned int psp_pad_read(void);
+unsigned int psp_pad_read(int blocking);
 
+int psp_get_cpu_clock(void);
+int psp_set_cpu_clock(int clock);
 
 /* shorter btn names */
 #define BTN_UP       PSP_CTRL_UP