Added logic to immediately save the debug symbol table to disk after any change is made. For Qt GUI.

This commit is contained in:
mjbudd77 2021-05-02 21:28:14 -04:00
parent 974d2aefba
commit ac340e0a4c
1 changed files with 1 additions and 0 deletions

View File

@ -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;