mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
ES: Make sure the TMD and ticket are valid before use
This commit is contained in:
@ -77,7 +77,7 @@ public:
|
||||
explicit CNANDContentLoader(const std::string& content_name);
|
||||
~CNANDContentLoader();
|
||||
|
||||
bool IsValid() const { return m_Valid; }
|
||||
bool IsValid() const;
|
||||
void RemoveTitle() const;
|
||||
const SNANDContent* GetContentByIndex(int index) const;
|
||||
const IOS::ES::TMDReader& GetTMD() const { return m_tmd; }
|
||||
|
Reference in New Issue
Block a user