Marianne Gagnon 33defa44b7 Merge most modifications by egirsova to build 64-bits on OS X 8 years ago
..
os_mac 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 years ago
wiiuse 6828007a51 Updated VS 2008 release project file (not necessary for cmake 11 years ago
CMakeLists.txt 33defa44b7 Merge most modifications by egirsova to build 64-bits on OS X 8 years ago
README 84fcb13914 Added wiiuse project file (read README for details on how 11 years ago
classic.c 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 years ago
classic.h 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 years ago
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 years ago
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 years ago
dynamics.c bba3f85e4e Reverted accidentally committed patch in r14296. 11 years ago
dynamics.h 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 years ago
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 years ago
events.h 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 years ago
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 years ago
guitar_hero_3.h 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 years ago
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 years ago
io.h 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 years ago
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 years ago
ir.h 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 years ago
motion_plus.c 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 years ago
motion_plus.h 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 years ago
nunchuk.c 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 years ago
nunchuk.h 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 years ago
os.h 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 years ago
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 years ago
os_win.c e77dbf3d9f Totally remove wiiuse hack for mingw. 9 years ago
util.c 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 years ago
wiiboard.c 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 years ago
wiiboard.h 7935c687c7 Updated to wiiuse fork from https://github.com/rpavlik/wiiuse 11 years ago
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 years ago
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 years ago
wiiuse_internal.h 8b3b3a80fe Added constants for RVL-CNT-01-TR detection in MacOS Bluetooth format - support not implemented yet 11 years ago
wiiuse_msvcstdint.h d157d175e7 Fixed VS 2012 compilation. 11 years ago

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.