Ensure we update the screen once when starting up
This commit is contained in:
parent
a47c1f41f7
commit
996bcbe5ab
1 changed files with 1 additions and 0 deletions
|
@ -866,6 +866,7 @@ void amiberry_gui_run()
|
|||
#else
|
||||
SDL_UpdateTexture(gui_texture, nullptr, gui_screen->pixels, gui_screen->pitch);
|
||||
#endif
|
||||
UpdateGuiScreen();
|
||||
|
||||
//-------------------------------------------------
|
||||
// The main loop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue