mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
ES: Make sure the TMD and ticket are valid before use
This commit is contained in:
parent
5104caf6a6
commit
44a3db21e4
3 changed files with 12 additions and 7 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue