diff options
| author | 2018-01-20 14:59:17 -0500 | |
|---|---|---|
| committer | 2018-01-20 15:54:15 -0500 | |
| commit | e75aba3ed0eb0933c023f955d4c2e53e58ef6a5f (patch) | |
| tree | 4ef2b528a335d3da15a678afb4a60df490bc5037 /src/core/CMakeLists.txt | |
| parent | loader: Refactor to also pass filepath into IdentifyType. (diff) | |
| download | yuzu-e75aba3ed0eb0933c023f955d4c2e53e58ef6a5f.tar.gz yuzu-e75aba3ed0eb0933c023f955d4c2e53e58ef6a5f.tar.xz yuzu-e75aba3ed0eb0933c023f955d4c2e53e58ef6a5f.zip | |
loader: Add DeconstructedRomDirectory for game dumps.
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 |