Add GamedataInstallDialog to CMakeLists and Android.mk
This commit is contained in:
parent
e286163690
commit
82ad9ba853
3 changed files with 4 additions and 0 deletions
|
@ -763,6 +763,8 @@ add_library(${CoreLibName} ${CoreLinkType}
|
|||
Core/Debugger/SymbolMap.h
|
||||
Core/Dialog/PSPDialog.cpp
|
||||
Core/Dialog/PSPDialog.h
|
||||
Core/Dialog/PSPGamedataInstallDialog.cpp
|
||||
Core/Dialog/PSPGamedataInstallDialog.h
|
||||
Core/Dialog/PSPMsgDialog.cpp
|
||||
Core/Dialog/PSPMsgDialog.h
|
||||
Core/Dialog/PSPOskDialog.cpp
|
||||
|
|
|
@ -7,6 +7,7 @@ set(SRCS
|
|||
Dialog/PSPSaveDialog.cpp
|
||||
Dialog/SavedataParam.cpp
|
||||
Dialog/PSPOskDialog.cpp
|
||||
Dialog/PSPGamedataInstallDialog.cpp
|
||||
MIPS/MIPS.cpp
|
||||
MIPS/MIPSAnalyst.cpp
|
||||
MIPS/MIPSCodeUtils.cpp
|
||||
|
|
|
@ -239,6 +239,7 @@ LOCAL_SRC_FILES := \
|
|||
$(SRC)/Core/Debugger/Breakpoints.cpp \
|
||||
$(SRC)/Core/Debugger/SymbolMap.cpp \
|
||||
$(SRC)/Core/Dialog/PSPDialog.cpp \
|
||||
$(SRC)/Core/Dialog/PSPGamedataInstallDialog.cpp \
|
||||
$(SRC)/Core/Dialog/PSPMsgDialog.cpp \
|
||||
$(SRC)/Core/Dialog/PSPOskDialog.cpp \
|
||||
$(SRC)/Core/Dialog/PSPPlaceholderDialog.cpp \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue