mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 09:05:06 +01:00
-lalala
This commit is contained in:
parent
0726c379ff
commit
13183666d9
@ -647,7 +647,7 @@ private:
|
||||
|
||||
bool m_cfNeedsUpdate;
|
||||
|
||||
void SetupInput(void);
|
||||
void SetupInput(bool reset_pos = false);
|
||||
void ScanInput(void);
|
||||
|
||||
void ButtonsPressed(void);
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user