mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Buildfix for Linux, fixes #1994.
This commit is contained in:
parent
5c22ef363c
commit
ee751d6fdd
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user