Save-state: renamed SaveMapValueMemory() to SaveMemory()

This commit is contained in:
tomcw
2016-02-24 22:54:53 +00:00
parent 11789c9023
commit 18feddceef
6 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -700,7 +700,7 @@ static void HD_SaveSnapshotHDDUnit(YamlSaveHelper& yamlSaveHelper, UINT unit)
// New label
{
YamlSaveHelper::Label buffer(yamlSaveHelper, "%s:\n", SS_YAML_KEY_BUF);
yamlSaveHelper.SaveMapValueMemory(g_HardDisk[unit].hd_buf, HD_BLOCK_SIZE);
yamlSaveHelper.SaveMemory(g_HardDisk[unit].hd_buf, HD_BLOCK_SIZE);
}
}