Add in NCCH, TMD and SMDH from Citra (to get game title)

This commit is contained in:
zhupengfei
2019-09-27 22:11:27 +08:00
parent d55af0108e
commit 895cbb272c
15 changed files with 1328 additions and 6 deletions
+7
View File
@@ -11,8 +11,15 @@ add_library(core STATIC
key/arithmetic128.h
key/key.cpp
key/key.h
ncch/ncch_container.cpp
ncch/ncch_container.h
ncch/smdh.cpp
ncch/smdh.h
ncch/title_metadata.cpp
ncch/title_metadata.h
quick_decryptor.cpp
quick_decryptor.h
result_status.h
)
target_link_libraries(core PRIVATE common cryptopp)