mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
VFS: move VFS settings to seperate file
This commit is contained in:
parent
8f1dc7a2d4
commit
269c4604aa
21 changed files with 209 additions and 156 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue