mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Buildfix.
This commit is contained in:
parent
301884428f
commit
996c47a9b9
@ -17,6 +17,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstring>
|
||||
#include "base/basictypes.h"
|
||||
#include "Common/Log.h"
|
||||
#include "Common/CommonTypes.h"
|
||||
|
@ -49,6 +49,7 @@ SOURCES += ../Core/*.cpp \ # Core
|
||||
../GPU/Math3D.cpp \
|
||||
../GPU/Null/NullGpu.cpp \
|
||||
../GPU/GLES/*.cpp \
|
||||
../GPU/Common/*.cpp \
|
||||
../ext/libkirk/*.c \ # Kirk
|
||||
../ext/xxhash.c \ # xxHash
|
||||
../ext/xbrz/*.cpp # XBRZ
|
||||
@ -71,6 +72,7 @@ HEADERS += ../Core/*.h \
|
||||
../Core/MIPS/JitCommon/*.h \
|
||||
../Core/Util/*.h \
|
||||
../GPU/GLES/*.h \
|
||||
../GPU/Common/*.h \
|
||||
../GPU/*.h \
|
||||
../ext/libkirk/*.h \
|
||||
../ext/xbrz/*.h
|
||||
|
Loading…
Reference in New Issue
Block a user