file_sys: Rename other ContentRecordType members

This commit is contained in:
Bakugo 2019-07-02 00:57:23 +01:00
parent e377bcd699
commit 81c1c139fe
5 changed files with 8 additions and 7 deletions

View file

@ -99,7 +99,7 @@ ContentRecordType GetCRTypeFromNCAType(NCAContentType type) {
return ContentRecordType::Data;
case NCAContentType::Manual:
// TODO(DarkLordZach): Peek at NCA contents to differentiate Manual and Legal.
return ContentRecordType::Manual;
return ContentRecordType::HtmlDocument;
default:
UNREACHABLE_MSG("Invalid NCAContentType={:02X}", static_cast<u8>(type));
}