From 81dd95e16d9d18636bbaf4cc0d06e6492aee25c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Mon, 7 Nov 2022 17:13:14 +0100 Subject: [PATCH] Fix sky plane fix (broke in my last VR refactor) --- Common/VR/PPSSPPVR.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/VR/PPSSPPVR.cpp b/Common/VR/PPSSPPVR.cpp index 537844b073..77f9a2108a 100644 --- a/Common/VR/PPSSPPVR.cpp +++ b/Common/VR/PPSSPPVR.cpp @@ -4,7 +4,7 @@ #include "Common/VR/VRMath.h" #include "Common/VR/VRRenderer.h" -#if XR_USE_GRAPHICS_API_OPENGL +#if XR_USE_GRAPHICS_API_OPENGL || XR_USE_GRAPHICS_API_OPENGL_ES #include "Common/GPU/OpenGL/GLRenderManager.h" #endif #include "Common/GPU/Vulkan/VulkanContext.h" @@ -339,7 +339,7 @@ void UpdateVRSpecialKeys(const KeyInput &key) { ================================================================================ */ -#if XR_USE_GRAPHICS_API_OPENGL +#if XR_USE_GRAPHICS_API_OPENGL || XR_USE_GRAPHICS_API_OPENGL_ES void PreprocessSkyplane(GLRStep* step) {