Buildfix for wiiuse/windows (broken since r5944) and more wiiuse clean up, plus merging external and internal wiiuse.h as requested.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5951 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
snzgoo
2010-07-23 15:03:49 +00:00
parent 04da34ceb7
commit 27665e5bbd
7 changed files with 31 additions and 921 deletions

View File

@ -46,7 +46,7 @@
#include "definitions.h"
#include "wiiuse_internal.h"
#include "io.h"
static int g_banner = 1;
@ -157,7 +157,6 @@ void wiiuse_disconnected(struct wiimote_t* wm) {
/* reset a bunch of stuff */
wm->leds = 0;
wm->state = WIIMOTE_INIT_STATES;
wm->read_req = NULL;
memset(wm->event_buf, 0, sizeof(wm->event_buf));
#ifdef __linux__