parent
e86a0d6dda
commit
7193313e12
|
@ -68,7 +68,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.N3DS
|
|||
if (!_supportsOpenGL43/* && _syncSettings.GraphicsApi == CitraSyncSettings.EGraphicsApi.OpenGL*/)
|
||||
{
|
||||
throw new("OpenGL 4.3 is required, but it is not supported on this machine");
|
||||
lp.Comm.Notify("OpenGL 4.3 is not supported on this machine, falling back to software renderer", null);
|
||||
// lp.Comm.Notify("OpenGL 4.3 is not supported on this machine, falling back to software renderer", null);
|
||||
}
|
||||
|
||||
_glCallbackInterface.RequestGLContext = RequestGLContextCallback;
|
||||
|
|
Loading…
Reference in New Issue