Oops, need to update these too.

This commit is contained in:
Unknown W. Brackets 2013-02-28 08:13:01 -08:00
parent 4bb3da754b
commit 4ab5348a8a
2 changed files with 4 additions and 0 deletions

View File

@ -684,6 +684,8 @@ add_library(${CoreLibName} ${CoreLinkType}
Core/FileSystems/ISOFileSystem.h
Core/FileSystems/MetaFileSystem.cpp
Core/FileSystems/MetaFileSystem.h
Core/Font/PGF.cpp
Core/Font/PGF.h
Core/HLE/FunctionWrappers.h
Core/HLE/HLE.cpp
Core/HLE/HLE.h

View File

@ -39,6 +39,7 @@ SOURCES += ../Core/CPU.cpp \ # Core
../Core/Dialog/*.cpp \
../Core/ELF/*.cpp \
../Core/FileSystems/*.cpp \
../Core/Font/*.cpp \
../Core/HLE/*.cpp \
../Core/HW/*.cpp \
../Core/MIPS/*.cpp \
@ -68,6 +69,7 @@ HEADERS += ../Core/CPU.h \
../Core/Dialog/*.h \
../Core/ELF/*.h \
../Core/FileSystems/*.h \
../Core/Font/*.h \
../Core/HLE/*.h \
../Core/HW/*.h \
../Core/MIPS/*.h \