mirror of
https://github.com/izzy2lost/Ghostship.git
synced 2026-06-19 01:17:03 -07:00
Fixed sm64 factories being disabled on torch
This commit is contained in:
@@ -191,11 +191,11 @@ bool GameExtractor::GenerateOTR() const {
|
||||
const std::string game_path = Ship::Context::GetAppDirectoryPath();
|
||||
|
||||
Companion::Instance = new Companion(this->mGameData, ArchiveType::O2R, false, assets_path, game_path);
|
||||
Companion::Instance->SetAdditionalFiles({ "meta/mods.toml" });
|
||||
|
||||
try {
|
||||
Companion::Instance->Init(ExportType::Binary);
|
||||
} catch (const std::exception& e) {
|
||||
SPDLOG_INFO("Failed to process O2R {}", e.what());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user