mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Add a setting to autosave the symbol map.
And move it into system, needs to be after the coreParameter too.
This commit is contained in:
@@ -80,7 +80,6 @@ EmuScreen::EmuScreen(const std::string &filename) : invalid_(true) {
|
||||
}
|
||||
|
||||
host->BootDone();
|
||||
host->AttemptLoadSymbolMap();
|
||||
host->UpdateDisassembly();
|
||||
|
||||
#ifdef _WIN32
|
||||
@@ -99,8 +98,6 @@ EmuScreen::EmuScreen(const std::string &filename) : invalid_(true) {
|
||||
EmuScreen::~EmuScreen() {
|
||||
if (!invalid_) {
|
||||
// If we were invalid, it would already be shutdown.
|
||||
|
||||
// symbolMap.SaveSymbolMap(SymbolMapFilename(coreParam.fileToStart).c_str());
|
||||
PSP_Shutdown();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user