mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06: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