diff options
| author | Léo Lam <leo@innovatetechnologi.es> | 2017-03-01 23:58:38 +0100 |
|---|---|---|
| committer | Léo Lam <leo@innovatetechnologi.es> | 2017-03-04 20:33:35 +0100 |
| commit | b1ffbef5ce48b3410174c4858d305524b8835b8b (patch) | |
| tree | fea338a7b24f6da2e38feae1f1779c57e3edfadb /Source/Core/DiscIO/NANDContentLoader.cpp | |
| parent | 35995e98d7e30259c625da06a06aac3a6dc256ba (diff) | |
IOS/ES: Implement ES_GetOwnedTitles
Diffstat (limited to 'Source/Core/DiscIO/NANDContentLoader.cpp')
| -rw-r--r-- | Source/Core/DiscIO/NANDContentLoader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/NANDContentLoader.cpp b/Source/Core/DiscIO/NANDContentLoader.cpp index 914e23191e..c08e5bbef8 100644 --- a/Source/Core/DiscIO/NANDContentLoader.cpp +++ b/Source/Core/DiscIO/NANDContentLoader.cpp @@ -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 |
