Skip to content

Commit

Permalink
Merge pull request #1364 from missionpinball/vpx_commandline_arg
Browse files Browse the repository at this point in the history
add --vpx commandline option
  • Loading branch information
jabdoa2 committed May 10, 2019
2 parents c926e04 + 974325a commit 623c426
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mpf/commands/game.py
Expand Up @@ -120,6 +120,12 @@ def __init__(self, mpf_path, machine_path, args):
help="Forces the virtual platform to be "
"used for all devices")

parser.add_argument("--vpx",
action="store_const", dest="force_platform",
const='virtual_pinball',
help="Forces the virtual_pinball platform to be "
"used for all devices")

parser.add_argument("--syslog_address",
action="store", dest="syslog_address",
help="Log to the specified syslog address. This "
Expand Down

0 comments on commit 623c426

Please sign in to comment.