1
0
mirror of https://github.com/gryf/e-uae-wrapper.git synced 2026-02-12 05:25:45 +01:00

Make e-uae actually run with archive wrapper

This commit is contained in:
2018-02-15 21:03:23 +01:00
parent a420e4a821
commit 2b3ef18609
3 changed files with 36 additions and 9 deletions

View File

@@ -15,6 +15,9 @@ class Wrapper(base.Base):
"""
Main function which run e-uae
"""
if not self._copy_conf():
return False
self._run_emulator()
def _run_emulator(self):