This commit is contained in:
Kauã Azevedo 2022-09-16 00:06:45 +00:00 committed by GitHub
parent 48b6d7e705
commit 89bbf0ed45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ if __name__ == "__main__":
parser.add_argument("-v", "--remove-vignette", action='store_true', help="Remove the vignette.") parser.add_argument("-v", "--remove-vignette", action='store_true', help="Remove the vignette.")
parser.add_argument("-s", "--skip-intro", action='store_true', help="Skip intro logos on startup.") parser.add_argument("-s", "--skip-intro", action='store_true', help="Skip intro logos on startup.")
parser.add_argument("-u", "--ultrawide", action='store_true', help="Remove black bars in non 16:9 screens.") parser.add_argument("-u", "--ultrawide", action='store_true', help="Remove black bars in non 16:9 screens.")
parser.add_argument("-w", "--with-eac", action='store_true', help="Run the game with EAC (use at own your risk).") parser.add_argument("-w", "--with-eac", action='store_true', help="Run the game with EAC (use it at own your risk).")
patch = parser.parse_args(patcher_args) patch = parser.parse_args(patcher_args)
game_dir = Path(".") game_dir = Path(".")