mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add cwcheat to android and cmake builds
This commit is contained in:
parent
08e0881c94
commit
9fa61c7110
2 changed files with 3 additions and 0 deletions
|
@ -689,6 +689,8 @@ add_library(${CoreLibName} ${CoreLinkType}
|
|||
Core/CoreParameter.h
|
||||
Core/CoreTiming.cpp
|
||||
Core/CoreTiming.h
|
||||
Core/Cwcheat.cpp
|
||||
Core/Cwcheat.h
|
||||
Core/Debugger/Breakpoints.cpp
|
||||
Core/Debugger/Breakpoints.h
|
||||
Core/Debugger/DebugInterface.h
|
||||
|
|
|
@ -184,6 +184,7 @@ LOCAL_SRC_FILES := \
|
|||
$(SRC)/Core/Config.cpp \
|
||||
$(SRC)/Core/CoreTiming.cpp \
|
||||
$(SRC)/Core/CPU.cpp \
|
||||
$(SRC)/Core/Cwcheat.cpp \
|
||||
$(SRC)/Core/Host.cpp \
|
||||
$(SRC)/Core/Loaders.cpp \
|
||||
$(SRC)/Core/PSPLoaders.cpp \
|
||||
|
|
Loading…
Add table
Reference in a new issue