mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-24 11:04:29 -04:00
IOS/ES: Implement ES_GetOwnedTitles
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user