1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 08:45:24 +03:00

[simulator] Fix standalone simulator radio type name in window title.

This commit is contained in:
Max Paperno 2016-12-30 18:52:11 -05:00
parent 5bf7a6c28d
commit ebdc73a421

View file

@ -375,6 +375,8 @@ int main(int argc, char *argv[])
return finish(2);
}
current_firmware_variant = GetFirmware(simOptions.firmwareId);
g.simuLastProfId(simOptions.profileId);
g.lastSimulator(simOptions.firmwareId);
g.simuLastEepe(simOptions.eepromFileName);