mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-24 01:31:11 +01:00
-set back rumble to wiiflow.ini, just set the "rumble" option
to "no" in it for disable, "yes" to enable (enabled by default)
This commit is contained in:
parent
3a3519f267
commit
2a7489a216
@ -411,7 +411,7 @@ void CMenu::init(void)
|
||||
_buildMenus();
|
||||
|
||||
m_locked = m_cfg.getString("GENERAL", "parent_code", "").size() >= 4;
|
||||
m_btnMgr.setRumble(CONF_GetPadMotorMode() != 0);
|
||||
m_btnMgr.setRumble(m_cfg.getBool("GENERAL", "rumble", true));
|
||||
|
||||
int exit_to = m_cfg.getInt("GENERAL", "exit_to", 0);
|
||||
m_disable_exit = exit_to == EXIT_TO_DISABLE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user