Loader: Split SMDH into its own header and import helpers from QGameList

Also rewrite Qt wrappers to use those.
This commit is contained in:
Emmanuel Gil Peyrot 2016-05-18 00:42:45 +01:00
parent 314ce5e505
commit 080a2d719c
5 changed files with 149 additions and 89 deletions

View file

@ -121,6 +121,7 @@ set(SRCS
loader/elf.cpp
loader/loader.cpp
loader/ncch.cpp
loader/smdh.cpp
tracer/recorder.cpp
memory.cpp
settings.cpp
@ -256,6 +257,7 @@ set(HEADERS
loader/elf.h
loader/loader.h
loader/ncch.h
loader/smdh.h
tracer/recorder.h
tracer/citrace.h
memory.h