Add cwcheat to android and cmake builds

This commit is contained in:
Henrik Rydgard 2013-05-22 21:06:10 +02:00
parent 08e0881c94
commit 9fa61c7110
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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 \