Fixed the wiimote profiles not taking effect.

This commit is contained in:
skidau
2015-03-09 08:32:14 +11:00
parent d34e908c4e
commit b200e83b02
3 changed files with 2 additions and 6 deletions

View File

@ -57,7 +57,7 @@ void Initialize(void* const hwnd, bool wait)
void LoadConfig()
{
s_config.LoadConfig(true);
s_config.LoadConfig(false);
}