Add fastrom disable option

This commit is contained in:
cassidoxa
2023-08-26 20:31:02 -04:00
parent aaaa7b9239
commit e4e0a9f5a1
5 changed files with 11 additions and 2 deletions

View File

@@ -248,6 +248,10 @@ def start():
Displays a (number of items collected) / (total items available) counter
on the HUD.
''', action='store_true')
parser.add_argument('--nofastrom', default=False, help='''\
Displays a (number of items collected) / (total items available) counter
on the HUD.
''', action='store_true')
parser.add_argument('--suppress_rom', help='Do not create an output rom file.', action='store_true')
parser.add_argument('--gui', help='Launch the GUI', action='store_true')
parser.add_argument('--jsonout', action='store_true', help='''\