Loader: Add 3DSX support
This commit is contained in:
parent
2aa2d341d0
commit
1aa969741d
6 changed files with 279 additions and 1 deletions
|
@ -63,6 +63,7 @@ set(SRCS
|
|||
loader/elf.cpp
|
||||
loader/loader.cpp
|
||||
loader/ncch.cpp
|
||||
loader/3dsx.cpp
|
||||
core.cpp
|
||||
core_timing.cpp
|
||||
mem_map.cpp
|
||||
|
@ -143,6 +144,7 @@ set(HEADERS
|
|||
loader/elf.h
|
||||
loader/loader.h
|
||||
loader/ncch.h
|
||||
loader/3dsx.h
|
||||
core.h
|
||||
core_timing.h
|
||||
mem_map.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue