mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Add new files to cmake and Android.mk
This commit is contained in:
parent
1ff4b9c8ce
commit
ce50086c81
@ -763,6 +763,8 @@ add_library(${CoreLibName} ${CoreLinkType}
|
||||
Core/Dialog/PSPGamedataInstallDialog.h
|
||||
Core/Dialog/PSPMsgDialog.cpp
|
||||
Core/Dialog/PSPMsgDialog.h
|
||||
Core/Dialog/PSPNetconfDialog.cpp
|
||||
Core/Dialog/PSPNetconfDialog.h
|
||||
Core/Dialog/PSPOskDialog.cpp
|
||||
Core/Dialog/PSPOskDialog.h
|
||||
Core/Dialog/PSPPlaceholderDialog.cpp
|
||||
|
@ -8,6 +8,7 @@ set(SRCS
|
||||
Dialog/SavedataParam.cpp
|
||||
Dialog/PSPOskDialog.cpp
|
||||
Dialog/PSPGamedataInstallDialog.cpp
|
||||
Dialog/PSPNetconfDialog.cpp
|
||||
MIPS/MIPS.cpp
|
||||
MIPS/MIPSAnalyst.cpp
|
||||
MIPS/MIPSCodeUtils.cpp
|
||||
|
@ -245,6 +245,7 @@ LOCAL_SRC_FILES := \
|
||||
$(SRC)/Core/Dialog/PSPDialog.cpp \
|
||||
$(SRC)/Core/Dialog/PSPGamedataInstallDialog.cpp \
|
||||
$(SRC)/Core/Dialog/PSPMsgDialog.cpp \
|
||||
$(SRC)/Core/Dialog/PSPNetconfDialog.cpp \
|
||||
$(SRC)/Core/Dialog/PSPOskDialog.cpp \
|
||||
$(SRC)/Core/Dialog/PSPPlaceholderDialog.cpp \
|
||||
$(SRC)/Core/Dialog/PSPSaveDialog.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user