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

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.