Removed unneeded config saves and misprints

This commit is contained in:
O1L 2015-10-27 01:41:12 +04:00
parent c0255208cc
commit f842c206f3
4 changed files with 3 additions and 5 deletions

View file

@ -200,7 +200,6 @@ void Rpcs3App::Exit()
}
Emu.Stop();
rpcs3::config.save();
Ini.Save();
wxApp::Exit();