Build fix for non-windows

This commit is contained in:
sum 2016-08-28 20:55:25 +08:00 committed by Henrik Rydgård
parent d3305b88b9
commit 5a224d1601
2 changed files with 3 additions and 0 deletions

View File

@ -1279,6 +1279,8 @@ add_library(${CoreLibName} ${CoreLinkType}
Core/HLE/HLETables.cpp
Core/HLE/HLETables.h
Core/HLE/KernelWaitHelpers.h
Core/HLE/KUBridge.h
Core/HLE/KUBridge.cpp
Core/HLE/ThreadQueueList.h
Core/HLE/__sceAudio.cpp
Core/HLE/__sceAudio.h

View File

@ -293,6 +293,7 @@ EXEC_AND_LIB_FILES := \
$(SRC)/Core/HLE/HLETables.cpp \
$(SRC)/Core/HLE/ReplaceTables.cpp \
$(SRC)/Core/HLE/HLE.cpp \
$(SRC)/Core/HLE/KUBridge.cpp \
$(SRC)/Core/HLE/sceAdler.cpp \
$(SRC)/Core/HLE/sceAtrac.cpp \
$(SRC)/Core/HLE/__sceAudio.cpp.arm \