loader: Add DeconstructedRomDirectory for game dumps.

This commit is contained in:
bunnei 2018-01-20 14:59:17 -05:00
parent 023aef053c
commit e75aba3ed0
5 changed files with 156 additions and 0 deletions

View file

@ -149,6 +149,8 @@ add_library(core STATIC
hw/hw.h
hw/lcd.cpp
hw/lcd.h
loader/deconstructed_rom_directory.cpp
loader/deconstructed_rom_directory.h
loader/elf.cpp
loader/elf.h
loader/linker.cpp