diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Citra.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Citra.cs index b1d2b2066b..5b06c4eb33 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Citra.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Citra.cs @@ -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;