Loader: Add 3DSX support

This commit is contained in:
ichfly 2014-12-07 21:47:06 +01:00
parent 2aa2d341d0
commit 1aa969741d
6 changed files with 279 additions and 1 deletions

View file

@ -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