mirror of
https://github.com/lutris/lutris
synced 2024-11-02 08:20:51 +00:00
Make UAE installable
This commit is contained in:
parent
c26ebf00a6
commit
f49e94e340
1 changed files with 3 additions and 1 deletions
|
@ -27,12 +27,14 @@ from lutris.runners.runner import Runner
|
|||
|
||||
# pylint: disable=C0103
|
||||
class uae(Runner):
|
||||
"""Runs Amiga games with UAE, yay"""
|
||||
|
||||
"""Run Amiga games with UAE"""
|
||||
def __init__(self, settings=None):
|
||||
super(uae, self).__init__()
|
||||
self.package = "uae"
|
||||
self.executable = "uae"
|
||||
self.machine = "Amiga"
|
||||
self.is_installable = True
|
||||
self.uae_options = {}
|
||||
control_choices = [("Mouse", "mouse"), ("Joystick 1", "joy0"),
|
||||
("Joystick 2", "joy1"), ("Keyboard 1", "kbd1"),
|
||||
|
|
Loading…
Reference in a new issue