Fix hf_mattyrun bug introduced in 732bc766f9

This commit is contained in:
Philippe Teuwen 2019-07-16 22:47:34 +02:00
commit 8281d3a384

View file

@ -223,6 +223,7 @@ void RunMod() {
*/ */
bool printKeys = false; // Prints keys bool printKeys = false; // Prints keys
bool transferToEml = true; // Transfer keys to emulator memory bool transferToEml = true; // Transfer keys to emulator memory
bool ecfill = true; // Fill emulator memory with cards content.
bool simulation = true; // Simulates an exact copy of the target tag bool simulation = true; // Simulates an exact copy of the target tag
bool fillFromEmulator = false; // Dump emulator memory. bool fillFromEmulator = false; // Dump emulator memory.