mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
And remove scesuppreacc from the makefiles as well
This commit is contained in:
parent
1210efa51a
commit
399b8fb15d
@ -718,8 +718,6 @@ add_library(${CoreLibName} ${CoreLinkType}
|
||||
Core/HLE/sceSas.h
|
||||
Core/HLE/sceSsl.cpp
|
||||
Core/HLE/sceSsl.h
|
||||
Core/HLE/scesupPreAcc.cpp
|
||||
Core/HLE/scesupPreAcc.h
|
||||
Core/HLE/sceUmd.cpp
|
||||
Core/HLE/sceUmd.h
|
||||
Core/HLE/sceUsb.cpp
|
||||
|
@ -61,7 +61,6 @@ set(SRCS
|
||||
HLE/sceSsl.cpp
|
||||
HLE/sceParseUri.cpp
|
||||
HLE/sceParseHttp.cpp
|
||||
HLE/scesupPreAcc.cpp
|
||||
HLE/sceVaudio.cpp
|
||||
HW/MemoryStick.cpp
|
||||
HW/SasAudio.cpp
|
||||
|
@ -51,7 +51,6 @@
|
||||
#include "sceParseUri.h"
|
||||
#include "sceSsl.h"
|
||||
#include "sceParseHttp.h"
|
||||
#include "scesupPreAcc.h"
|
||||
#include "sceVaudio.h"
|
||||
#include "sceUsb.h"
|
||||
|
||||
|
@ -148,7 +148,6 @@ LOCAL_SRC_FILES := \
|
||||
$(SRC)/Core/HLE/sceUsb.cpp \
|
||||
$(SRC)/Core/HLE/sceUtility.cpp \
|
||||
$(SRC)/Core/HLE/sceVaudio.cpp \
|
||||
$(SRC)/Core/HLE/scesupPreAcc.cpp \
|
||||
$(SRC)/Core/FileSystems/BlockDevices.cpp \
|
||||
$(SRC)/Core/FileSystems/ISOFileSystem.cpp \
|
||||
$(SRC)/Core/FileSystems/MetaFileSystem.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user