retrohub-org / retrohub

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

Fix black blur background #258

Closed rsubtil closed 1 year ago

rsubtil commented 1 year ago

"Fix" is not the best term, since this looks like (another) engine bug, where the shader parameters are not being passed to the shader, thus defaulting to it's values. Hardcoding these in the shader solves the issue for now.

Closes #245

EDIT: Also update Windows CI due to azure repos being unreliable.