mirror of
https://github.com/HarbourMasters/Starship
synced 2026-05-23 06:54:39 -04:00
Fixed extraction on torch
This commit is contained in:
@@ -78,6 +78,9 @@ GameEngine::GameEngine() {
|
||||
}
|
||||
|
||||
if (ShowYesNoBox("Extraction Complete", "ROM Extracted. Extract another?") == IDYES) {
|
||||
if (!fs::exists("mods")) {
|
||||
fs::create_directories("mods");
|
||||
}
|
||||
if(!GenAssetFile()){
|
||||
ShowMessage("Error", "An error occured, no O2R file was generated.");
|
||||
} else {
|
||||
|
||||
+1
-1
Submodule tools/Torch updated: c11ad9e2a2...3c42ac507f
Reference in New Issue
Block a user