mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
Merge bad map file loading into the original function.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user