VFS: move VFS settings to seperate file

This commit is contained in:
Megamouse 2021-09-23 20:12:06 +02:00 committed by kd-11
parent 8f1dc7a2d4
commit 269c4604aa
21 changed files with 209 additions and 156 deletions

View file

@ -268,8 +268,6 @@ void emu_settings::SaveSettings()
}
else
{
// VFS paths are being controlled mainly by the main config (needs manual modification for customization of custom configs)
m_current_settings.remove("VFS");
config_name = rpcs3::utils::get_custom_config_path(m_title_id);
}