diff --git a/gamefixes-steam/7510.py b/gamefixes-steam/7510.py new file mode 100644 index 00000000..e66fcafd --- /dev/null +++ b/gamefixes-steam/7510.py @@ -0,0 +1,8 @@ +"""X-Blades""" + +from protonfixes import util + + +def main() -> None: + """The launcher won't start the game, so it needs to be skipped for the game to run.""" + util.replace_command('launcher\\.exe$', 'xblades.exe')