mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-28 09:26:52 +00:00
Add Load/Save functions around Deserialize/Serialise in config
* This lets us do some processing before saving and after loading regardless of the path the load/save takes.
This commit is contained in:
@@ -385,7 +385,7 @@ void MainWindow::LoadLogfile(const QString &filename, bool temporary, bool local
|
||||
{
|
||||
m_Core.Config.AlwaysReplayLocally = true;
|
||||
|
||||
m_Core.Config.Serialize(Core.ConfigFilename);
|
||||
m_Ctx->Config.Save();
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user