dolphin/Source/Plugins/Plugin_GCPad/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
..
Config.cpp attempt to fix the main window closing from r5056. i'm not sure how this affects window deletion tho. 2010-02-14 16:33:53 +00:00
Config.h attempt to fix the main window closing from r5056. i'm not sure how this affects window deletion tho. 2010-02-14 16:33:53 +00:00
ConfigBox.cpp Move platform-specific variables into proper scope. 2010-05-26 20:46:51 +00:00
ConfigBox.h Several little fixes. 2010-03-17 01:54:40 +00:00
ConfigJoypad.cpp Several little fixes. 2010-03-17 01:54:40 +00:00
GCPad.cpp Big restructuring of how the video plugin works. In linux and windows you shouldn't see a change in the functionality; however, there are changes in how render to main or not, and fullscreen modes, and such are handled. Input is largely restructured for the video plugin. It is now handled by the host. Keys for pausing and changing fullscreen are configurable. More will probably be later. This is probably classified as highly experimental. 2010-04-12 01:33:10 +00:00
GCPad.h Big restructuring of how the video plugin works. In linux and windows you shouldn't see a change in the functionality; however, there are changes in how render to main or not, and fullscreen modes, and such are handled. Input is largely restructured for the video plugin. It is now handled by the host. Keys for pausing and changing fullscreen are configurable. More will probably be later. This is probably classified as highly experimental. 2010-04-12 01:33:10 +00:00
ReRecording.cpp Fix some cases of variables being used uninitialized. Also some unused 2010-06-02 20:35:12 +00:00
Rumble.cpp Removed more compiler warnings in linux. 2010-03-07 22:48:37 +00:00
SConscript Disable divwux until we find out what's wrong with it, enable subfcx, and also JIT64 now sets cr[0] correctly. 2010-03-24 22:51:06 +00:00