mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2025-12-18 20:10:26 +01:00
Get rid of unneeded _run_emulator parameter
This commit is contained in:
@@ -40,7 +40,7 @@ class Wrapper(base.ArchiveBase):
|
||||
if not self._copy_conf():
|
||||
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