Simple fix for the config loading issue in r4760

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4763 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
ayuanx 2009-12-31 20:58:14 +00:00
parent 6e87ef943f
commit 4da1c4fa35

View File

@ -190,10 +190,6 @@ void Config::Save(int Slot)
// -----------------------
void Config::Load(bool ChangePad, bool ChangeSaveByID)
{
// If there are no good pads don't load
if (NumGoodPads == 0)
return;
// Load file
IniFile file;
file.Load(FULL_CONFIG_DIR "nJoy.ini");