From c1e9617c77154563f9cddb5e9f9aa8b33d328bf8 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Fri, 6 Dec 2019 21:57:24 +1000 Subject: [PATCH] Frontend: Disable KHR_debug for speed --- src/duckstation/opengl_host_display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duckstation/opengl_host_display.cpp b/src/duckstation/opengl_host_display.cpp index c272a05e0..40bdc93a7 100644 --- a/src/duckstation/opengl_host_display.cpp +++ b/src/duckstation/opengl_host_display.cpp @@ -267,7 +267,7 @@ bool OpenGLHostDisplay::CreateGLContext() return false; } -#if 1 +#if 0 if (GLAD_GL_KHR_debug) { glad_glDebugMessageCallbackKHR(GLDebugCallback, nullptr);