mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
Do not try to change default config, use state configs.
This commit is contained in:
parent
a273768c4d
commit
1673ba217c
7 changed files with 39 additions and 37 deletions
|
|
@ -16,6 +16,7 @@ namespace rpcs3
|
|||
config_t& config_t::operator =(const config_t& rhs)
|
||||
{
|
||||
assign(rhs);
|
||||
path(rhs.path());
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue