diff options
Diffstat (limited to 'Source/Core/DiscIO/NANDContentLoader.cpp')
| -rw-r--r-- | Source/Core/DiscIO/NANDContentLoader.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/NANDContentLoader.cpp b/Source/Core/DiscIO/NANDContentLoader.cpp index 3f2c746bd6..4a67f09405 100644 --- a/Source/Core/DiscIO/NANDContentLoader.cpp +++ b/Source/Core/DiscIO/NANDContentLoader.cpp @@ -96,6 +96,12 @@ std::string CSharedContent::AddSharedContent(const u8* hash) return filename; } +CNANDContentDataFile::CNANDContentDataFile(const std::string& filename) : m_filename{filename} +{ +} + +CNANDContentDataFile::~CNANDContentDataFile() = default; + void CNANDContentDataFile::EnsureOpen() { if (!m_file) |
