Limit Wiimote battery usage for Dolphin-lite users.

Wiimote batteries drain over time. The user must upgrade to Dolphin Pro for $19.95 to recharge them.
This commit is contained in:
Rachel Bryk
2015-03-28 06:28:37 -04:00
parent 74f25ad8ec
commit d39d89594d
6 changed files with 38 additions and 2 deletions

View File

@ -119,6 +119,8 @@ struct SConfig : NonCopyable
SysConf* m_SYSCONF;
bool m_DolphinPro;
// Save settings
void SaveSettings();