From 1e343370aed32c1ffe0ba5866228246525a0662f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Thu, 20 Oct 2022 10:02:40 +0200 Subject: [PATCH] Libretro buildfix attempt --- libretro/Makefile.common | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/libretro/Makefile.common b/libretro/Makefile.common index 014579eec4..d205c65f17 100644 --- a/libretro/Makefile.common +++ b/libretro/Makefile.common @@ -315,12 +315,13 @@ SOURCES_CXX += \ $(COMMONDIR)/TimeUtil.cpp SOURCES_CXX += \ - $(COMMONDIR)/VRBase.cpp \ - $(COMMONDIR)/VRMath.cpp \ - $(COMMONDIR)/VRFramebuffer.cpp \ - $(COMMONDIR)/VRInput.cpp \ - $(COMMONDIR)/VRMath.cpp \ - $(COMMONDIR)/VRRenderer.cpp + $(COMMONDIR)/VR/PPSSPPVR.cpp \ + $(COMMONDIR)/VR/VRBase.cpp \ + $(COMMONDIR)/VR/VRMath.cpp \ + $(COMMONDIR)/VR/VRFramebuffer.cpp \ + $(COMMONDIR)/VR/VRInput.cpp \ + $(COMMONDIR)/VR/VRMath.cpp \ + $(COMMONDIR)/VR/VRRenderer.cpp SOURCES_C +=\ $(COMMONDIR)/GPU/OpenGL/gl3stub.c \