Added ICInvalidateRange to coreinit and modified Makefiles

This commit is contained in:
CreeperMario Games
2016-11-06 09:48:30 +10:30
parent 3aab93aa14
commit d7a2af2a0b
7 changed files with 13 additions and 5 deletions

View File

@@ -136,7 +136,7 @@ readRPL(RplInfo &info, std::ifstream &fh)
}
// Find strtab
auto shStrTab = reinterpret_cast<const char *>(sections[header.shstrndx].data.data());
//auto shStrTab = reinterpret_cast<const char *>(sections[header.shstrndx].data.data());
// Print section data
for (auto i = 0u; i < sections.size(); ++i) {
@@ -336,4 +336,3 @@ int main(int argc, char **argv)
return result;
}