mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Android buildfix.
This commit is contained in:
parent
a70c06b94a
commit
1b75e7f5c8
2 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ set(SRCS
|
|||
HLE/sceAtrac.cpp
|
||||
HLE/__sceAudio.cpp
|
||||
HLE/sceAudio.cpp
|
||||
HLE/sceChnnlsv.cpp
|
||||
HLE/sceCtrl.cpp
|
||||
HLE/sceDisplay.cpp
|
||||
HLE/sceDmac.cpp
|
||||
|
|
|
@ -117,6 +117,7 @@ LOCAL_SRC_FILES := \
|
|||
$(SRC)/Core/HLE/sceAtrac.cpp \
|
||||
$(SRC)/Core/HLE/__sceAudio.cpp \
|
||||
$(SRC)/Core/HLE/sceAudio.cpp \
|
||||
$(SRC)/Core/HLE/sceChnnlsv.cpp \
|
||||
$(SRC)/Core/HLE/sceCtrl.cpp \
|
||||
$(SRC)/Core/HLE/sceDisplay.cpp \
|
||||
$(SRC)/Core/HLE/sceDmac.cpp \
|
||||
|
|
Loading…
Add table
Reference in a new issue