Add a couple of fixes to allow double buffering to work

This commit is contained in:
Paul Cercueil 2013-10-07 17:14:09 +02:00 committed by notaz
parent 28653a4979
commit eb7ce29e8d
2 changed files with 12 additions and 4 deletions

View file

@ -1379,6 +1379,8 @@ void emu_loop(void)
{
notice_msg_time = 0;
plat_status_msg_clear();
plat_video_flip();
plat_status_msg_clear(); /* Do it again in case of double buffering */
notice_msg = NULL;
}
else {