Merge pull request #80 from 0Liam/master

add PublicData content type
This commit is contained in:
hexkyz 2019-10-18 19:16:27 +01:00 committed by GitHub
commit 3751898acb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
nca.c
View file

@ -680,6 +680,8 @@ static const char *nca_get_content_type(nca_ctx_t *ctx) {
return "Manual";
case 4:
return "Data";
case 5:
return "PublicData";
default:
return "Unknown";
}