mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2025-12-19 12:28:12 +01:00
Removed unused run function from savestate wrapper
This commit is contained in:
@@ -46,13 +46,3 @@ class Wrapper(base.Base):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
def run(config_file, fsuae_options, configuration):
|
|
||||||
"""Run fs-uae with provided config file and options"""
|
|
||||||
|
|
||||||
runner = Wrapper(config_file, fsuae_options, configuration)
|
|
||||||
try:
|
|
||||||
return runner.run()
|
|
||||||
finally:
|
|
||||||
runner.clean()
|
|
||||||
|
|||||||
Reference in New Issue
Block a user