mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
psp port runs, bad colors
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@275 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
2951214ea6
commit
703e4c7bbb
10 changed files with 744 additions and 67 deletions
|
@ -8,11 +8,12 @@ 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);
|
||||
|
||||
|
||||
/* shorter btn names */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue