mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
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:
parent
d6e4566418
commit
f84f4ccd38
11 changed files with 374 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue