This commit is contained in:
fix94.1 2012-05-25 19:48:35 +00:00
parent 0726c379ff
commit 13183666d9
2 changed files with 2 additions and 2 deletions

View File

@ -647,7 +647,7 @@ private:
bool m_cfNeedsUpdate;
void SetupInput(void);
void SetupInput(bool reset_pos = false);
void ScanInput(void);
void ButtonsPressed(void);

View File

@ -234,7 +234,7 @@ int CMenu::main(void)
if (m_cfg.getBool("GENERAL", "async_network", false) || has_enabled_providers())
_initAsyncNetwork();
SetupInput();
SetupInput(true);
MusicPlayer::Instance()->Play();
GameTDB m_gametdb;