dolphin/Externals/WiiUseSrc/Src
Soren Jorvang 30e437f9e3 Fix some cases of variables being used uninitialized. Also some unused
variables, writeable strings and dangerously shadowed variables.

index(), gamma(), exp() and y0() are POSIX functions and using those
names can cause namespace confusion.

A number of C files were missing the final newline required by ANSI C
and some versions of GCC are pedantic enough to complain about this.

These changes simply the scons build, allowing us to get rid of
filterWarnings which is simply more trouble than it's worth.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5574 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-06-02 20:35:12 +00:00
..
Makefile added special wiiuse version 2008-11-05 16:46:30 +00:00
SConscript Fix some cases of variables being used uninitialized. Also some unused 2010-06-02 20:35:12 +00:00
classic.c Clean up Wiiuse to allow less _WIN32 defines. Windows side now spits out regular packets, and takes in regular packets. Like a normal OS should :} This shouldn't break Windows wiimote, Linux Wiimote doesn't work with this revision. Will require the new plugin which doesn't have emulated Wiimote at all. 2009-11-19 22:47:57 +00:00
classic.h added special wiiuse version 2008-11-05 16:46:30 +00:00
definitions.h set svn:eol-style=native for Externals/**.h 2008-12-08 04:36:27 +00:00
dynamics.c STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
dynamics.h Wiiuse:Backport some changes from the libogc version of wiiuse. 2009-09-20 13:31:32 +00:00
events.c Clean up Wiiuse to allow less _WIN32 defines. Windows side now spits out regular packets, and takes in regular packets. Like a normal OS should :} This shouldn't break Windows wiimote, Linux Wiimote doesn't work with this revision. Will require the new plugin which doesn't have emulated Wiimote at all. 2009-11-19 22:47:57 +00:00
events.h set svn:eol-style=native for Externals/**.h 2008-12-08 04:36:27 +00:00
guitar_hero_3.c Fix some cases of variables being used uninitialized. Also some unused 2010-06-02 20:35:12 +00:00
guitar_hero_3.h Wiiuse:Backport some changes from the libogc version of wiiuse. 2009-09-20 13:31:32 +00:00
io.c wiiusesrc: change back to .c files, in order to more easily diff with "official" wiiuse 2009-09-18 00:51:13 +00:00
io.h wiiusesrc: change back to .c files, in order to more easily diff with "official" wiiuse 2009-09-18 00:51:13 +00:00
io_nix.c Fix some cases of variables being used uninitialized. Also some unused 2010-06-02 20:35:12 +00:00
io_osx.m Don't print a bogus number of bluetooth devices found. 2010-05-31 16:54:21 +00:00
io_win.c Just a small WIIUSE[WIN32] update to avoid dependencies @wiimote_plugin in my next commit. 2010-04-25 22:39:47 +00:00
ir.c Fix some cases of variables being used uninitialized. Also some unused 2010-06-02 20:35:12 +00:00
ir.h added special wiiuse version 2008-11-05 16:46:30 +00:00
nunchuk.c Clean up Wiiuse to allow less _WIN32 defines. Windows side now spits out regular packets, and takes in regular packets. Like a normal OS should :} This shouldn't break Windows wiimote, Linux Wiimote doesn't work with this revision. Will require the new plugin which doesn't have emulated Wiimote at all. 2009-11-19 22:47:57 +00:00
nunchuk.h added special wiiuse version 2008-11-05 16:46:30 +00:00
os.h set svn:eol-style=native for Externals/**.h 2008-12-08 04:36:27 +00:00
wiiboard.c Wiiuse:Backport some changes from the libogc version of wiiuse. 2009-09-20 13:31:32 +00:00
wiiboard.h Added someone's addition to Wiiuse that allows some Wii balance board features. 2009-06-01 08:39:05 +00:00
wiiuse.c sanchez's patch for real wiimote pair-up, unexpected disconnect, and wiiuse resource leakage. 2010-04-10 14:39:54 +00:00
wiiuse.h wiiuse buildfix nonwin32, mea culpa. 2010-04-26 10:49:12 +00:00
wiiuse_internal.h revert r4308 - that change was executed quite badly. Let's try and keep things sane... 2009-09-21 20:05:42 +00:00