26 return "Load savestate and start emulation from there";
37 command.addListElement(filename);
38 string newId = command.executeCommand();
41 string currentId = command.executeCommand();
42 if (currentId !=
"") {
45 command.addListElement(currentId);
46 command.executeCommand();
50 command.addListElement(newId);
51 command.executeCommand();
56 return "openMSX savestate";