Added logic to immediately save the debug symbol table to disk after any change is made. For Qt GUI.
This commit is contained in:
parent
974d2aefba
commit
ac340e0a4c
|
@ -1514,6 +1514,7 @@ int SymbolEditWindow::exec(void)
|
|||
}
|
||||
sym->trimTrailingSpaces();
|
||||
}
|
||||
debugSymbolTable.save(); // Save table to disk immediately after an add, edit, or delete
|
||||
fceuWrapperUnLock();
|
||||
}
|
||||
return ret;
|
||||
|
|
Loading…
Reference in New Issue