Merge bad map file loading into the original function.

This commit is contained in:
CarlKenner
2014-12-15 18:42:07 +10:30
parent f95f43fdde
commit dfd915eb53
3 changed files with 20 additions and 90 deletions

View File

@ -34,8 +34,7 @@ public:
void FillInCallers();
bool LoadMap(const std::string& filename);
bool LoadBadMap(const std::string& filename);
bool LoadMap(const std::string& filename, bool bad = false);
bool SaveMap(const std::string& filename, bool WithCodes = false) const;
void PrintCalls(u32 funcAddr) const;