-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:
fix94.1 2012-04-29 18:44:13 +00:00
parent 3a3519f267
commit 2a7489a216

View File

@ -411,7 +411,7 @@ void CMenu::init(void)
_buildMenus(); _buildMenus();
m_locked = m_cfg.getString("GENERAL", "parent_code", "").size() >= 4; 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); int exit_to = m_cfg.getInt("GENERAL", "exit_to", 0);
m_disable_exit = exit_to == EXIT_TO_DISABLE; m_disable_exit = exit_to == EXIT_TO_DISABLE;