nJoy: Moved nJoy.ini to the config dir
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2445 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
bd891cfff6
commit
0f2a0750a2
|
@ -102,7 +102,7 @@ void Config::Save(int Slot)
|
|||
|
||||
// Load ini file
|
||||
IniFile file;
|
||||
file.Load("nJoy.ini");
|
||||
file.Load(FULL_CONFIG_DIR "nJoy.ini");
|
||||
|
||||
// ==================================================================
|
||||
// Global settings
|
||||
|
@ -182,7 +182,7 @@ void Config::Save(int Slot)
|
|||
|
||||
Console::Print("%i: Save: %i\n", 0, PadMapping[0].halfpress);
|
||||
|
||||
file.Save("nJoy.ini");
|
||||
file.Save(FULL_CONFIG_DIR "nJoy.ini");
|
||||
}
|
||||
|
||||
// Load settings from file
|
||||
|
@ -194,7 +194,7 @@ void Config::Load(bool ChangePad, bool ChangeSaveByID)
|
|||
|
||||
// Load file
|
||||
IniFile file;
|
||||
file.Load("nJoy.ini");
|
||||
file.Load(FULL_CONFIG_DIR "nJoy.ini");
|
||||
bool Tmp; // Tmp storage
|
||||
|
||||
// ==================================================================
|
||||
|
|
Loading…
Reference in New Issue