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.