Hi, I’m working on my own simple libretro frontend with an OpenGL-based video implementation, and I’m seeing the following behavior with mupen64plus-libretro-nx:
- The core built from the master branch works fine (audio and video).
- The core built from the develop branch runs, but no video is displayed — the screen stays completely black.
- There are no crashes or obvious errors; it simply does not render any video.
About my frontend:
- Minimal libretro frontend implementation
- OpenGL used for rendering
- Works correctly with other cores and with mupen64plus-libretro-nx from master
I’ve checked the usual things (valid OpenGL context, video callbacks, etc.), but I can’t figure out what changed in develop that causes this behavior. I'm using gliden64.
Could someone point me in the right direction or let me know if there were any recent changes in develop related to video or OpenGL rendering?
Thanks!