Do not try to change default config, use state configs.

This commit is contained in:
O1L 2015-10-24 22:48:07 +04:00
parent a273768c4d
commit 1673ba217c
7 changed files with 39 additions and 37 deletions

View file

@ -16,6 +16,7 @@ namespace rpcs3
config_t& config_t::operator =(const config_t& rhs)
{
assign(rhs);
path(rhs.path());
return *this;
}