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:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user