You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The identifier session.video.active_context will sometimes return a callable type (usually <bound method ModernGlVideoDriver.active_context of <libretro.drivers.video.opengl.moderngl.ModernGlVideoDriver object...), sometimes a number (usually 0).
This is only being used in the MultiVideoDriver.reinit() method, but that has the potential to cause problems when setting a context.
The text was updated successfully, but these errors were encountered:
Compare vice_x64_libretro (doesn't require any content) and mupen64plus_next_libretro (will require content, but doesn't exhibit any other apparent issues to muddy the water).
The identifier
session.video.active_context
will sometimes return a callable type (usually<bound method ModernGlVideoDriver.active_context of <libretro.drivers.video.opengl.moderngl.ModernGlVideoDriver object
...), sometimes a number (usually 0).This is only being used in the
MultiVideoDriver.reinit()
method, but that has the potential to cause problems when setting a context.The text was updated successfully, but these errors were encountered: