mirror of https://github.com/AxioDL/metaforce.git
NOD member naming update
This commit is contained in:
parent
6e25e08273
commit
d5631abe65
|
@ -37,7 +37,7 @@ bool SpecBase::canExtract(const ExtractPassInfo& info, std::vector<ExtractReport
|
|||
m_disc = NOD::OpenDiscFromImage(info.srcpath.c_str(), m_isWii);
|
||||
if (!m_disc)
|
||||
return false;
|
||||
const char* gameID = m_disc->getHeader().gameID;
|
||||
const char* gameID = m_disc->getHeader().m_gameID;
|
||||
|
||||
if (!memcmp(gameID, "R3O", 3))
|
||||
{
|
||||
|
@ -58,7 +58,7 @@ bool SpecBase::canExtract(const ExtractPassInfo& info, std::vector<ExtractReport
|
|||
if (m_standalone && !checkStandaloneID(gameID))
|
||||
return false;
|
||||
|
||||
char region = m_disc->getHeader().gameID[3];
|
||||
char region = m_disc->getHeader().m_gameID[3];
|
||||
static const HECL::SystemString regNONE = _S("");
|
||||
static const HECL::SystemString regE = _S("NTSC");
|
||||
static const HECL::SystemString regJ = _S("NTSC-J");
|
||||
|
|
2
NODLib
2
NODLib
|
@ -1 +1 @@
|
|||
Subproject commit 151b2cf24a4ff6a2061549f4a33a90ee25266588
|
||||
Subproject commit 3a41af8a919f99ee76323a2d4a998185dd8e7033
|
Loading…
Reference in New Issue