mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-04 22:47:44 -04:00
pandora: tripplebuffer fbdev out, refactoring
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@845 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
fbe111032e
commit
b188c2b6d0
17 changed files with 404 additions and 171 deletions
|
@ -91,7 +91,11 @@ void pemu_forced_frame(int opts)
|
|||
{
|
||||
}
|
||||
|
||||
void pemu_update_display(const char *fps, const char *notice_msg)
|
||||
void pemu_finalize_frame(const char *fps, const char *notice_msg)
|
||||
{
|
||||
}
|
||||
|
||||
void plat_video_flip(void)
|
||||
{
|
||||
DirectScreen(g_screen_ptr);
|
||||
DirectPresent();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue