Skip to content

Commit

Permalink
edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
goeiecool9999 committed Mar 10, 2024
1 parent 267361b commit 2a5ad4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Cafe/HW/Latte/Renderer/OpenGL/OpenGLRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ void LoadOpenGLImports()
#if BOOST_OS_LINUX
// dummy function for all code that is statically linked with cemu and attempts to use eglSwapInterval
// used to suppress wxWidgets calls to eglSwapInterval
// Real eglSwapInterval is a function pointer defined as eglSwapIntervalCemu
extern "C"
EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval)
{
Expand Down

0 comments on commit 2a5ad4e

Please sign in to comment.