From 38767cf801890829c366040d959af152fb091bc3 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 14 Sep 2022 21:13:55 +0200 Subject: [PATCH] tes:: new options -arb-unmirror and -arb-football --- arbitrile.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arbitrile.cpp b/arbitrile.cpp index 9a789a3e..b1e4361d 100644 --- a/arbitrile.cpp +++ b/arbitrile.cpp @@ -1861,6 +1861,12 @@ int readArgs() { println(hlog, "failed to convert: ", e.what()); } } + else if(argis("-arb-unmirror")) { + shift(); do_unmirror = argi(); + } + else if(argis("-arb-football")) { + shift(); extended_football = argi(); + } else if(argis("-arb-slider")) { PHASEFROM(2); shift();