mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Revert "Config Hotfix: Prevent per-game settings (ie. GameINI) being stored to the global user configuration."
This commit is contained in:
parent
cfd300586a
commit
0216879d3e
2 changed files with 1 additions and 15 deletions
|
@ -271,13 +271,6 @@ void VideoConfig::VerifyValidity()
|
|||
|
||||
void VideoConfig::Save(const std::string& ini_file)
|
||||
{
|
||||
// TODO: This is a hotfix to prevent writing of temporary per-game settings
|
||||
// (GameINI, Movie, Netplay, ...) to the global Dolphin configuration file.
|
||||
// The Config logic should be rewritten instead so that per-game settings
|
||||
// aren't stored in the same configuration as the actual user settings.
|
||||
if (Core::IsRunning())
|
||||
return;
|
||||
|
||||
IniFile iniFile;
|
||||
iniFile.Load(ini_file);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue