loader: Add support for loading an NSO.

This commit is contained in:
bunnei 2017-09-24 11:08:31 -04:00
parent 9eb4888df7
commit 6bafd3f4f7
5 changed files with 342 additions and 0 deletions

View file

@ -32,6 +32,7 @@ enum class FileType {
CIA,
ELF,
THREEDSX, // 3DSX
NSO,
};
/**