From 0134fdbe9ac15a475a652c6f831e7cc7b2b14d5c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 20 Jul 2019 18:33:59 +0200 Subject: [PATCH] (Libnx) Set HAVE_GLSL if HAVE_OPENGL is defined --- Makefile.libnx | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.libnx b/Makefile.libnx index d777e89602..8825c19a42 100644 --- a/Makefile.libnx +++ b/Makefile.libnx @@ -61,6 +61,7 @@ ifeq ($(HAVE_OPENGL), 1) HAVE_OZONE = 1 HAVE_OVERLAY = 1 HAVE_VIDEO_LAYOUT = 0 + HAVE_GLSL = 1 else HAVE_RGUI = 1 HAVE_MATERIALUI = 0