mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-12-26 20:01:55 +01:00
-lalala
This commit is contained in:
parent
0726c379ff
commit
13183666d9
@ -647,7 +647,7 @@ private:
|
|||||||
|
|
||||||
bool m_cfNeedsUpdate;
|
bool m_cfNeedsUpdate;
|
||||||
|
|
||||||
void SetupInput(void);
|
void SetupInput(bool reset_pos = false);
|
||||||
void ScanInput(void);
|
void ScanInput(void);
|
||||||
|
|
||||||
void ButtonsPressed(void);
|
void ButtonsPressed(void);
|
||||||
|
@ -234,7 +234,7 @@ int CMenu::main(void)
|
|||||||
if (m_cfg.getBool("GENERAL", "async_network", false) || has_enabled_providers())
|
if (m_cfg.getBool("GENERAL", "async_network", false) || has_enabled_providers())
|
||||||
_initAsyncNetwork();
|
_initAsyncNetwork();
|
||||||
|
|
||||||
SetupInput();
|
SetupInput(true);
|
||||||
MusicPlayer::Instance()->Play();
|
MusicPlayer::Instance()->Play();
|
||||||
|
|
||||||
GameTDB m_gametdb;
|
GameTDB m_gametdb;
|
||||||
|
Loading…
Reference in New Issue
Block a user