Skip to content

Commit

Permalink
fix for launcher issue, maloep#439
Browse files Browse the repository at this point in the history
  • Loading branch information
grnassar committed Jul 15, 2021
1 parent a6fb717 commit 6ebe776
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/lib/launcher/base_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ def prepare(self, romCollection, gameRow):
if(not romCollection.doNotExtractZipFiles and saveStateParams == '' and not self.calledFromSkin):
extracted_roms = archive_handler.extract_archive(romCollection, rom, emuParams)
roms.extend(extracted_roms)
else:
roms = [rom]

precmd, postcmd, cmd = self.build_cmd(romCollection, gameRow, roms, emuParams, part_to_repeat_in_emuparams)

Expand Down

0 comments on commit 6ebe776

Please sign in to comment.