1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2025-12-19 04:20:23 +01:00

Get rid of unneeded _run_emulator parameter

This commit is contained in:
2017-01-07 13:24:23 +01:00
parent ab4042f880
commit 8528d28a42
6 changed files with 19 additions and 12 deletions

View File

@@ -39,7 +39,7 @@ class Wrapper(base.ArchiveBase):
if not method():
return False
if not self._run_emulator(self.fsuae_options.list()):
if not self._run_emulator():
return False
if self._get_saves_dir():