Comment-out unreachable code

fixes a315b122c
This commit is contained in:
James Groom 2023-08-25 11:59:35 +10:00 committed by GitHub
parent e86a0d6dda
commit 7193313e12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;