Valid, unknown, content type.

This commit is contained in:
gibbed 2015-05-21 23:39:43 -05:00
parent 4d41840728
commit b3d56521b4
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@ std::wstring ContentManager::ResolvePackageRoot(uint32_t content_type) {
// Publisher content?
type_name = L"00000003";
break;
case 0x000D0000:
// ???
type_name = L"000D0000";
break;
default:
assert_unhandled_case(data.content_type);
return nullptr;