IOS/ES: Implement ES_GetOwnedTitles

This commit is contained in:
Léo Lam 2017-03-01 23:58:38 +01:00
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