Marianne Gagnon 33defa44b7 Merge most modifications by egirsova to build 64-bits on OS X 8 anni fa
..
os_mac 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 anni fa
wiiuse 6828007a51 Updated VS 2008 release project file (not necessary for cmake 11 anni fa
CMakeLists.txt 33defa44b7 Merge most modifications by egirsova to build 64-bits on OS X 8 anni fa
README 84fcb13914 Added wiiuse project file (read README for details on how 11 anni fa
classic.c 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 anni fa
classic.h 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 anni fa
definitions.h 5d184d863a Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 11 anni fa
definitions_os.h 5d184d863a Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 11 anni fa
dynamics.c bba3f85e4e Reverted accidentally committed patch in r14296. 11 anni fa
dynamics.h 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 anni fa
events.c 5d184d863a Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 11 anni fa
events.h 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 anni fa
guitar_hero_3.c 5d184d863a Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 11 anni fa
guitar_hero_3.h 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 anni fa
io.c 5d184d863a Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 11 anni fa
io.h 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 anni fa
ir.c 5d184d863a Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 11 anni fa
ir.h 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 anni fa
motion_plus.c 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 anni fa
motion_plus.h 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 anni fa
nunchuk.c 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 anni fa
nunchuk.h 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 anni fa
os.h 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 anni fa
os_nix.c 5d184d863a Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 11 anni fa
os_win.c e77dbf3d9f Totally remove wiiuse hack for mingw. 9 anni fa
util.c 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 anni fa
wiiboard.c 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 anni fa
wiiboard.h 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 anni fa
wiiuse.c 5d184d863a Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 11 anni fa
wiiuse.h 5d184d863a Updated to latest wiiuse fork + allowed the RVL-CNT-01-TR to connect and respond to buttons on Linux (but no accelerometer support yet) 11 anni fa
wiiuse_internal.h 8b3b3a80fe Added constants for RVL-CNT-01-TR detection in MacOS Bluetooth format - support not implemented yet 11 anni fa
wiiuse_msvcstdint.h d157d175e7 Fixed VS 2012 compilation. 11 anni fa

README

Windows
=======
Compiling the wiiuse library requires installation of
the windows driver development kit (DDT).
While the wiiuse project is part of the windows STK solution,
it is not compiled by default, instead the lib is
linked from the dependency package (and output of the
wiiuse project is in the dependency directory as well).
Reason is that compiling this lib needs two hardcoded
paths to be set, which are not portable (see properties
of the wiiuse project, then Configuration, C/C++,
General: Additional Include Directories):
first the standard VS include path (!!), THEN the
include path for the windows DDK. Without those
settings in this order wiiuse can not be compiled
(known problems when compiling ddk code with
Visual Studio - google it). Also the path to the ddk
must be set as additional library directory.