Loader: Split SMDH into its own header and import helpers from QGameList
Also rewrite Qt wrappers to use those.
This commit is contained in:
parent
314ce5e505
commit
080a2d719c
5 changed files with 149 additions and 89 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue