retrohub-org / default-theme

Default theme for RetroHub
MIT License
0 stars 0 forks source link

Fix scenario where logo loads before existing title screen #55

Closed rsubtil closed 9 months ago

rsubtil commented 9 months ago

There are two objects loading media simultaneously (game preview and game logo preview), causing a data race where in some cases the theme would only load the game's logo instead of an existing titlescreen/screenshot. This fixes it.