Skip to content

Commit

Permalink
Fixed extraction on torch
Browse files Browse the repository at this point in the history
  • Loading branch information
KiritoDv committed Jan 16, 2025
1 parent 6eae88d commit fe15354
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/port/Engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion tools/Torch

0 comments on commit fe15354

Please sign in to comment.