From 4b0805e139184b126e98418fa75beac8c4676f2c Mon Sep 17 00:00:00 2001 From: Roger Manuel Date: Mon, 15 Jul 2024 10:00:38 -0700 Subject: [PATCH] Windows Port: Fix yet another compiling issue related to the OpenGL context. (Fixes #811.) --- desmume/src/frontend/windows/ogl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/frontend/windows/ogl.cpp b/desmume/src/frontend/windows/ogl.cpp index 9c14c56da..053ff365d 100644 --- a/desmume/src/frontend/windows/ogl.cpp +++ b/desmume/src/frontend/windows/ogl.cpp @@ -110,7 +110,7 @@ static bool wgl_beginOpenGL() return true; } -static bool wgl_endOpenGL() +static void wgl_endOpenGL() { // Do nothing. }