mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
CFG: minor cleanup
This commit is contained in:
parent
69d90f6fec
commit
ba7f4af02b
3 changed files with 7 additions and 7 deletions
|
@ -321,7 +321,7 @@ void emu_settings::SaveSettings()
|
|||
if (config_name == g_cfg.name || m_title_id == Emu.GetTitleID())
|
||||
{
|
||||
// Update current config
|
||||
g_cfg.from_string(config.to_string(), true);
|
||||
g_cfg.from_string(config.to_string(), !Emu.IsStopped());
|
||||
|
||||
if (!Emu.IsStopped()) // Don't spam the log while emulation is stopped. The config will be logged on boot anyway.
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue