update algorithm and configer

This commit is contained in:
MistEO
2021-07-13 00:49:13 +08:00
parent 0169e2c68d
commit 20e5d32d1a
19 changed files with 231 additions and 203 deletions

View File

@@ -6,7 +6,7 @@ int main(int argc, char** argv)
Assistance asst;
if (!asst.setSimulatorType(SimulatorType::BlueStacks)) {
DebugTraceError("Find Simulator Error");
DebugTraceError("Can't Find Simulator or Permission denied.");
getchar();
return -1;
}