Remove sdl prefix from mame and mess

This commit is contained in:
Mathieu Comandon 2014-10-05 20:07:46 +02:00
parent c9440bb8e0
commit 4462667b92
4 changed files with 5 additions and 34 deletions

33
INSTALL
View file

@ -4,11 +4,8 @@ Installing Lutris
Requirements
------------
These are the requirements I was able to find on the development machine.
Lutris should work on any Gnome system but the runner installation is currently
tied to Software Center so it works only on Ubuntu and Debian. In the future,
the installation process will use a distro independent mechanism.
In order to run Lutris, install the following packages.
Lutris should work on any Gnome system, the following depencies should be
installed:
* python == 2.7
* python-xdg
@ -16,32 +13,6 @@ In order to run Lutris, install the following packages.
* PyGobject
* libsoup-gnome
If you want to manually install runners you can choose from the list below
and install the ones you wish to use.
* wine
* scummvm
* uae
* mednafen
* sdlmame
* snes9x-gtk
* gens-gs
* steam (using wine)
* atari800
* dolphin-emu
* frotz
* dosbox
* hatari
* jzintv
* mednafen
* mupen64plus
* nulldc (1.0.3 only, using wine)
* o2em
* openmsx
* osmose
* pcsxr
* scummvm
Installation
------------

View file

@ -7,7 +7,7 @@ __all__ = (
# Microsoft based
"wine", "winesteam", "dosbox",
# Multi-system
"sdlmame", "sdlmess", "scummvm", "mednafen",
"mame", "mess", "scummvm", "mednafen",
# Commdore
"fsuae", "vice",
# Atari

View file

@ -4,7 +4,7 @@ from lutris import settings
from lutris.runners.runner import Runner
class sdlmame(Runner):
class mame(Runner):
"""Runs arcade games with SDLMame"""
platform = "Arcade"
game_options = [

View file

@ -3,7 +3,7 @@ from lutris import settings
from lutris.runners.runner import Runner
class sdlmess(Runner):
class mess(Runner):
""" Multi-system (consoles and computers) emulator """
platform = 'multi-platform'
game_options = [