IOS/ES: Implement ES_GetOwnedTitles

This commit is contained in:
Léo Lam
2017-03-01 23:58:38 +01:00
parent 35995e98d7
commit b1ffbef5ce
3 changed files with 72 additions and 7 deletions

View File

@ -158,7 +158,7 @@ CNANDContentLoader::~CNANDContentLoader()
bool CNANDContentLoader::IsValid() const
{
return m_Valid && m_tmd.IsValid();
return m_Valid;
}
const SNANDContent* CNANDContentLoader::GetContentByID(u32 id) const