mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Libretro buildfix attempt
This commit is contained in:
parent
ceb4186d0f
commit
1e343370ae
1 changed files with 7 additions and 6 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue