mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
make the OpenGL renderer work again
that was stupid
This commit is contained in:
@ -65,6 +65,8 @@ if (ENABLE_OGLRENDERER)
|
|||||||
GPU3D_OpenGL.cpp
|
GPU3D_OpenGL.cpp
|
||||||
GPU3D_OpenGL_shaders.h
|
GPU3D_OpenGL_shaders.h
|
||||||
OpenGLSupport.cpp)
|
OpenGLSupport.cpp)
|
||||||
|
|
||||||
|
target_compile_definitions(core PUBLIC OGLRENDERER_ENABLED)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (ENABLE_JIT)
|
if (ENABLE_JIT)
|
||||||
@ -125,10 +127,6 @@ if (ENABLE_JIT)
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (ENABLE_OPENGLRENDERER)
|
|
||||||
target_compile_definitions(core PUBLIC OGLRENDERER_ENABLED)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
target_link_libraries(core PRIVATE ole32 comctl32 ws2_32)
|
target_link_libraries(core PRIVATE ole32 comctl32 ws2_32)
|
||||||
elseif(NOT APPLE)
|
elseif(NOT APPLE)
|
||||||
|
Reference in New Issue
Block a user