mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 10:09:36 -06:00
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:
3
Externals/WiiUseSrc/Src/wiiuse.c
vendored
3
Externals/WiiUseSrc/Src/wiiuse.c
vendored
@ -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__
|
||||
|
Reference in New Issue
Block a user