Merge pull request #1573 from sum2012/patch-1

Non Window build fix
This commit is contained in:
Henrik Rydgård 2013-04-28 06:15:15 -07:00
commit 35b6d27f97
2 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@ set(SRCS
HLE/sceMpeg.cpp
HLE/sceNet.cpp
HLE/sceP3da.cpp
HLE/sceMp4.cpp
HLE/scePower.cpp
HLE/scePsmf.cpp
HLE/sceRtc.cpp

View File

@ -212,6 +212,7 @@ LOCAL_SRC_FILES := \
$(SRC)/Core/HLE/sceKernelTime.cpp \
$(SRC)/Core/HLE/sceKernelVTimer.cpp \
$(SRC)/Core/HLE/sceMpeg.cpp \
$(SRC)/Core/HLE/sceMp4.cpp \
$(SRC)/Core/HLE/sceNet.cpp \
$(SRC)/Core/HLE/sceOpenPSID.cpp \
$(SRC)/Core/HLE/sceP3da.cpp \