Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit Wiimote battery usage for Dolphin-lite users. #2256

Merged
merged 1 commit into from Apr 1, 2015

Conversation

RachelBryk
Copy link
Member

Wiimote batteries drain over time. The user must upgrade to Dolphin Pro for $19.95 to recharge them.

Wiimote batteries drain over time. The user must upgrade to Dolphin Pro for $19.95 to recharge them.
@SizzlingCalamari
Copy link
Contributor

Devs should get a lifetime pro subscription I assume? :P

@jchv
Copy link
Contributor

jchv commented Apr 1, 2015

This is surely blocked on a lack of protection mechanisms. We need EXE packing and obfuscation as a part of our CI if we want to really make money.

@nyanpasu64
Copy link
Contributor

Blocking on Dolphin remaining open-source.

delroth added a commit that referenced this pull request Apr 1, 2015
Limit Wiimote battery usage for Dolphin-lite users.
@delroth delroth merged commit ae0a090 into dolphin-emu:master Apr 1, 2015
@delroth
Copy link
Member

delroth commented Apr 1, 2015

The cash must flow.

JosJuice added a commit to JosJuice/dolphin that referenced this pull request Apr 1, 2015
if (groupSetting->name == "Battery" && !SConfig::GetInstance().m_DolphinPro)
{
setting->wxcontrol->Disable();
nameBox->SetToolTip(wxGetTranslation("Upgrade to Dolphin Pro� to recharge batteries."));

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

JosJuice added a commit to JosJuice/dolphin that referenced this pull request Apr 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
7 participants