Buildfix for Linux, fixes #1994.

This commit is contained in:
Unknown W. Brackets 2013-05-30 22:42:27 -07:00
parent 5c22ef363c
commit ee751d6fdd
3 changed files with 4 additions and 4 deletions

View File

@ -695,8 +695,8 @@ add_library(${CoreLibName} ${CoreLinkType}
Core/CoreParameter.h
Core/CoreTiming.cpp
Core/CoreTiming.h
Core/Cwcheat.cpp
Core/Cwcheat.h
Core/CwCheat.cpp
Core/CwCheat.h
Core/Debugger/Breakpoints.cpp
Core/Debugger/Breakpoints.h
Core/Debugger/DebugInterface.h

View File

@ -16,7 +16,7 @@
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
#include "Core/Config.h"
#include "Core/Cwcheat.h"
#include "Core/CwCheat.h"
#include "Core/HLE/HLE.h"
#include "Core/MIPS/MIPS.h"
#include "Core/MIPS/MIPSCodeUtils.h"

View File

@ -187,7 +187,7 @@ LOCAL_SRC_FILES := \
$(SRC)/Core/Config.cpp \
$(SRC)/Core/CoreTiming.cpp \
$(SRC)/Core/CPU.cpp \
$(SRC)/Core/Cwcheat.cpp \
$(SRC)/Core/CwCheat.cpp \
$(SRC)/Core/Host.cpp \
$(SRC)/Core/Loaders.cpp \
$(SRC)/Core/PSPLoaders.cpp \