2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 10:27:42 +00:00
Update references
Black list known demos
This commit is contained in:
2015-09-24 00:47:30 -07:00
parent cf1c7e4781
commit 2c5f406c40
7 changed files with 121 additions and 19 deletions

View File

@@ -124,6 +124,9 @@ struct SpecMP1 : SpecBase
std::unique_ptr<uint8_t[]> dolBuf = partition->getDOLBuf();
const char* buildInfo = (char*)memmem(dolBuf.get(), partition->getDOLSize(), "MetroidBuildInfo", 16) + 19;
if (!buildInfo)
return false;
/* Root Report */
reps.emplace_back();
ExtractReport& rep = reps.back();