mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-23 16:19:44 +00:00
Add GamedataInstallDialog to CMakeLists and Android.mk
This commit is contained in:
parent
e286163690
commit
82ad9ba853
@ -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…
Reference in New Issue
Block a user