Skip to content

Commit

Permalink
Merge pull request #1573 from sum2012/patch-1
Browse files Browse the repository at this point in the history
Non Window build fix
  • Loading branch information
hrydgard committed Apr 28, 2013
2 parents 9cc9606 + b2ee846 commit 35b6d27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Core/CMakeLists.txt
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions android/jni/Android.mk
Expand Up @@ -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 \
Expand Down

0 comments on commit 35b6d27

Please sign in to comment.