Fix clang warnings and remove remaining baserom references

This commit is contained in:
octorock
2021-11-20 23:40:47 +01:00
parent 74e416b578
commit db763950bb
16 changed files with 436 additions and 706 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ int main(int argc, char **argv)
std::string path(includeDir + incbin);
if (CanOpenFile(path))
{
dependencies.insert(path).second;
dependencies.insert(path);
break;
}
}