compile fix for windows

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1074 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
fires.gc
2008-11-05 18:54:28 +00:00
parent 5e300155da
commit e37a283886
2 changed files with 8 additions and 16 deletions

View File

@ -17,6 +17,7 @@
#include "pluginspecs_wiimote.h"
#include "wiiuse.h"
#include <queue>
#include "common.h"
@ -25,14 +26,6 @@
#include "wiimote_hid.h"
#include "wiimote_emu.h"
#define WIIUSE_INTERNAL_H_INCLUDED
#define WIIUSE_COMPILE_LIB
#include "wiiuse_012/wiiuse.h"
#include "wiiuse_012/io.h"
extern SWiimoteInitialize g_WiimoteInitialize;
extern void __Log(int log, const char *format, ...);
@ -98,10 +91,9 @@ namespace WiiMoteReal
g_pCriticalSection->Leave();
memset(m_pWiiMote->event_buf, 0, MAX_PAYLOAD);
if (wiiuse_io_read(m_pWiiMote))
{
byte* pBuffer = m_pWiiMote->event_buf;
const byte* pBuffer = m_pWiiMote->event_buf;
// check if we have a channel (connection) if so save the data...
if (m_channelID > 0)