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

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.