Fix an issue introduced in revision 5290 that caused a segmenation fault when GCPadNe...
commit3ef1c329c12137345c9caa652efcb4a9d3e1c408
authorglennricster@gmail.com <glennricster@gmail.com@8ced0084-cf51-0410-be5f-012b33b47a6e>
Thu, 8 Apr 2010 22:09:52 +0000 (8 22:09 +0000)
committerglennricster@gmail.com <glennricster@gmail.com@8ced0084-cf51-0410-be5f-012b33b47a6e>
Thu, 8 Apr 2010 22:09:52 +0000 (8 22:09 +0000)
treee50d92921776237fd026ce5a3d723be1f196aac2
parentf20f5a2f30a6e2982184f9cd7cb561aad11394c4
Fix an issue introduced in revision 5290 that caused a segmenation fault when GCPadNew was used in linux.  The same issue made the IsFocus function useless in windows.  The g_PADInitialize was never initialized.
Also added Xlib.cpp to the linux build.  It is completely non-functional but it builds.
Finally, did some clean up of GCPadNew.cpp.

git-svn-id: http://dolphin-emu.googlecode.com/svn/trunk@5298 8ced0084-cf51-0410-be5f-012b33b47a6e
Source/Plugins/Plugin_GCPadNew/Src/ControllerInterface/ControllerInterface.cpp
Source/Plugins/Plugin_GCPadNew/Src/ControllerInterface/Xlib/Xlib.cpp
Source/Plugins/Plugin_GCPadNew/Src/GCPadNew.cpp
Source/Plugins/Plugin_GCPadNew/Src/SConscript