1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

Makefile.msvc - add HAVE_OPENGL1

This commit is contained in:
twinaphex 2019-02-16 21:39:12 +01:00
parent 420f3a171b
commit cef04fc693

View File

@ -19,6 +19,7 @@ HAVE_D3D11 := 1
HAVE_D3D12 := 1
HAVE_CG := 1
HAVE_OPENGL := 1
HAVE_OPENGL1 := 1
HAVE_VULKAN := 1
HAVE_XAUDIO := 1
HAVE_XINPUT := 1