mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
IOS/ES: Implement ES_GetOwnedTitles
This commit is contained in:
parent
35995e98d7
commit
b1ffbef5ce
3 changed files with 72 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue