diff options
| author | 2018-01-20 16:26:20 -0500 | |
|---|---|---|
| committer | 2018-01-20 16:26:20 -0500 | |
| commit | ff883cc56382425d4c4f572ff659ec7df6fc2cec (patch) | |
| tree | 3b7e44f33dac0384d412fed61de3c5ad40db137d /src/core/CMakeLists.txt | |
| parent | Port citra #3352 to yuzu (#103) (diff) | |
| parent | loader: Clean up ctors and includes. (diff) | |
| download | yuzu-ff883cc56382425d4c4f572ff659ec7df6fc2cec.tar.gz yuzu-ff883cc56382425d4c4f572ff659ec7df6fc2cec.tar.xz yuzu-ff883cc56382425d4c4f572ff659ec7df6fc2cec.zip | |
Merge pull request #119 from bunnei/desconstucted-loader
Separate NSO loading from DesconstuctedRomLoader
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 540d290f2..7153c4f3f 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -149,6 +149,8 @@ add_library(core STATIC | |||
| 149 | hw/hw.h | 149 | hw/hw.h |
| 150 | hw/lcd.cpp | 150 | hw/lcd.cpp |
| 151 | hw/lcd.h | 151 | hw/lcd.h |
| 152 | loader/deconstructed_rom_directory.cpp | ||
| 153 | loader/deconstructed_rom_directory.h | ||
| 152 | loader/elf.cpp | 154 | loader/elf.cpp |
| 153 | loader/elf.h | 155 | loader/elf.h |
| 154 | loader/linker.cpp | 156 | loader/linker.cpp |