Implement SeedDB & Seed Crypto

This commit is contained in:
Valentin Vanelslande 2018-10-01 10:42:10 -05:00
parent fb720c00b7
commit b067b5aa5a
6 changed files with 229 additions and 11 deletions

View file

@ -69,6 +69,8 @@ add_library(core STATIC
file_sys/romfs_reader.h
file_sys/savedata_archive.cpp
file_sys/savedata_archive.h
file_sys/seed_db.cpp
file_sys/seed_db.h
file_sys/ticket.cpp
file_sys/ticket.h
file_sys/title_metadata.cpp