From 6e02af1b34345362038734ea883458388ae3adde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sat, 3 Jun 2017 18:08:50 +0200 Subject: [PATCH] Core: Remove unneeded config save We don't touch the user config during booting, so there is nothing to manually save. --- Source/Core/Core/BootManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/Core/BootManager.cpp b/Source/Core/Core/BootManager.cpp index 5e18e4a1fc..75276fb40b 100644 --- a/Source/Core/Core/BootManager.cpp +++ b/Source/Core/Core/BootManager.cpp @@ -224,7 +224,6 @@ bool BootCore(const std::string& filename, SConfig::EBootBS2 type) StartUp.m_BootType = SConfig::BOOT_ISO; StartUp.m_strFilename = filename; - StartUp.SaveSettings(); StartUp.bRunCompareClient = false; StartUp.bRunCompareServer = false;