lots of Wii disc parsing in place

This commit is contained in:
Jack Andersen
2015-06-27 19:43:53 -10:00
parent ccb67d0d0e
commit 03a371b7bf
17 changed files with 651 additions and 59 deletions

View File

@@ -3,4 +3,9 @@
namespace NOD
{
DiscBase::DiscBase(std::unique_ptr<IDiscIO>&& dio)
: m_discIO(std::move(dio)), m_header(*m_discIO.get())
{
}
}