mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-08 21:17:51 +00:00
lots of Wii disc parsing in place
This commit is contained in:
@@ -3,4 +3,9 @@
|
||||
namespace NOD
|
||||
{
|
||||
|
||||
DiscBase::DiscBase(std::unique_ptr<IDiscIO>&& dio)
|
||||
: m_discIO(std::move(dio)), m_header(*m_discIO.get())
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user