Wiiusesrc: Alot more back porting. Still needs more work.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4308 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
death2droid
2009-09-21 13:46:12 +00:00
parent 0e3baaa6ab
commit 035155754e
9 changed files with 244 additions and 53 deletions

23
Externals/WiiUseSrc/Src/motion_plus.h vendored Normal file
View File

@ -0,0 +1,23 @@
/**
* @file
* @brief Motion plus extension
*/
#ifndef MOTION_PLUS_H_INCLUDED
#define MOTION_PLUS_H_INCLUDED
#include "wiiuse_internal.h"
#ifdef __cplusplus
extern "C" {
#endif
void motion_plus_disconnected(struct motion_plus_t* mp);
void motion_plus_event(struct motion_plus_t* mp, byte* msg);
#ifdef __cplusplus
}
#endif
#endif