retrohub-org / retrohub

Retrogaming library frontend, built to be a highly customizable platform.
https://retrohub-org.github.io/
MIT License
110 stars 6 forks source link

Fix texture corruption on async media calls (again) #200

Closed rsubtil closed 1 year ago

rsubtil commented 1 year ago

The texture corruption issue still happens when switching systems very quickly on the default theme, resulting in a lot of cancel requests. Seems like the same resource pointer would be used, corrupting elements of RetroHub's UI. Setting the threaded model of the render server seems to fix this.