Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use of --hex command line arg doesn't require also specifying --autoRun
Repro: 1. Run "FoenixIDE.exe" 2. In the UI, disable autoRun. 3. Close emulator (.ini file gets saved). 4. Run "FoenixIDE.exe --hex someKernel.hex" Expected: Emulator launches without autoRun Actual: Emulator launches with autoRun Explanation: if you use any command line switch (e.g., --hex) then the emulator looks for autoRun in the command line too. If you don't specify autoRun on the command line, it won't fall back to reading it from the .ini file. Instead. autoRun always stays at the default (true).
- Loading branch information