RetroPie / RetroPie-Setup

Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores
Other
9.99k stars 1.38k forks source link

mupen64pluus: workaround the GLES GlideN64 regression #3924

Closed cmitu closed 1 month ago

cmitu commented 1 month ago

Upstream GlideN64 has a regression due to a recent shader related change, which breaks the video output on GLES devices/platforms. Until this issue is fixed in the upstream GlideN64, build the plugin from a commit before the changes that cause the regression.

The problem was reported in the forums [1] and I reported it upstream [2] and though there is a fix for it, it hasn't been added to the main GlidedN64 repository.

[1] https://retropie.org.uk/forum/topic/35444/ [2] https://github.com/gonetz/GLideN64/issues/2837

joolswills commented 1 month ago

Thank you!