mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
Add a couple of fixes to allow double buffering to work
This commit is contained in:
parent
28653a4979
commit
eb7ce29e8d
2 changed files with 12 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue