mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Implemented Auto-Unpair (MS bluetooth stack). For those people, who are tired of removing the batteries after they were finished playing around with dolphin, to avoid battery drain. It's switchable via checkbox within the wiimote gui. This will simply remove valid wiimote pairings on Exit/Close.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5373 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -32,7 +32,7 @@ namespace WiiMoteReal
|
||||
{
|
||||
|
||||
int Initialize();
|
||||
int WiimotePairUp();
|
||||
int WiimotePairUp(bool unpair);
|
||||
|
||||
void Allocate();
|
||||
void DoState(PointerWrap &p);
|
||||
|
Reference in New Issue
Block a user