Include a VFS manipulation dialog (#2863)

* VFS Dialog
* Couple convenience changes. Refresh after dialog in case dev_hdd0 changes.  And, have add directory set which directory you're currently using as well.
This commit is contained in:
Robbie 2017-06-15 03:22:06 -07:00 committed by kd-11
parent d6e4566418
commit f84f4ccd38
11 changed files with 374 additions and 1 deletions

View file

@ -278,5 +278,5 @@ std::string emu_settings::GetSetting(SettingsType type) const
void emu_settings::SetSetting(SettingsType type, const std::string& val)
{
cfg_adapter::get_node(currentSettings, SettingsLoc[type])= val;
cfg_adapter::get_node(currentSettings, SettingsLoc[type]) = val;
}