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/CoreParameter.h
Core/CoreTiming.cpp Core/CoreTiming.cpp
Core/CoreTiming.h Core/CoreTiming.h
Core/Cwcheat.cpp Core/CwCheat.cpp
Core/Cwcheat.h Core/CwCheat.h
Core/Debugger/Breakpoints.cpp Core/Debugger/Breakpoints.cpp
Core/Debugger/Breakpoints.h Core/Debugger/Breakpoints.h
Core/Debugger/DebugInterface.h Core/Debugger/DebugInterface.h

View File

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

View File

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