dolphin/Source/PluginSpecs
fgfemperor 64167bcb60 Now you can switch between Emulated and Real WiiMotes, connect more Real Wiimotes and even pair them up (if you have MS BT Stack) during gameplay!
All you gotta do is Pause the emulation! That's useful for when your batteries run out during gameplay, for example...

But if you change the WiiMote source (between Emulated, Real or Inactive) you must disconnect and reconnect (Menu Tools -> Connect WiiMote) the WiiMotes affected by the change...

Thanks to jack.fr0st who did all the emulation state notification work!

Now every plugin has a way to know the current emulation state (paused, stopped or playing)

@ayuanx: I thought about doing a PostMessage(g_WiimoteInitialize.hWnd, WM_USER, WIIMOTE_DISCONNECT, current_number); so that the user gets asked to reconnect that WiiMote, trying to avoid having to disconnect and reconnect, but it didn't work because shooting that message only asks to reconnect, doesn't do a disconnect... Do you have any ideas on how to accomplish that?

Also, if anyone could check if Issue 1916 is finally fixed... Or at least when is the cursor being hidden or not...

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4789 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-01-06 19:26:52 +00:00
..
ExportEpilog.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
ExportProlog.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
PluginSpecs.h Now you can switch between Emulated and Real WiiMotes, connect more Real Wiimotes and even pair them up (if you have MS BT Stack) during gameplay! 2010-01-06 19:26:52 +00:00
pluginspecs_dsp.h Sound System Rework: Phase 2 (cont'ed) 2009-12-25 11:59:04 +00:00
pluginspecs_pad.h Fixed mem leak caused by not releasing pad & wiimote plugin when shutdown 2009-12-30 14:37:12 +00:00
pluginspecs_video.h Fix a crash when closing DirectX's window, also apply a fix from j4ck.fr0st/BhaaL @ issue 1277 to prevent two possibles hang on stop. 2009-12-30 15:08:18 +00:00
pluginspecs_wiimote.h Wiimote: More work, don't ask, no answer 2009-12-25 22:10:56 +00:00