Set MAME as standalone emulator

This commit is contained in:
Mathieu Comandon 2020-04-08 19:05:56 -07:00
parent 16f47e2345
commit 77bf73d5c4

View file

@ -9,6 +9,7 @@ class mame(Runner):
description = "Arcade game emulator"
platforms = ["Arcade"]
runner_executable = "mame/mame"
runnable_alone = True
game_options = [
{
"option": "main_file",