Ensure we update the screen once when starting up

This commit is contained in:
Dimitris Panokostas 2020-02-06 10:07:17 +01:00
parent a47c1f41f7
commit 996bcbe5ab

View file

@ -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