Just skip modules if imports fail instead of crashing the console on purpose

This commit is contained in:
Maschell
2021-01-01 02:07:02 +01:00
parent fddf436554
commit f48a375a34
3 changed files with 21 additions and 7 deletions

View File

@@ -147,6 +147,7 @@ public:
this->initBeforeRelocationDoneHook = value;
}
bool relocationsDone = false;
private:
std::vector<RelocationData> relocation_data_list;
std::vector<ExportData> export_data_list;