mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix sky plane fix (broke in my last VR refactor)
This commit is contained in:
parent
24d5cd087c
commit
81dd95e16d
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue