Non Window build

I only just ref old build fix.
This commit is contained in:
sum2012 2013-04-28 21:02:45 +08:00
parent 9816da0a25
commit b2ee8468d7
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 \