dolphin/Source/Plugins
NeoBrainX da4c3a5f29 Committing some cleanups by avindra:
- fix numerous warnings
- make some variables unsigned
- remove redundant code and header inclusions
- make code more compact in lots of cases

Committing some additional changes by myself:
- additional header cleanups
- cleanup DX11 initialization/shutdown process (hinted at by avindra)
- Remove the cgD3D9 stuff from Externals since it's no longer needed

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5903 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-07-18 10:11:34 +00:00
..
Plugin_DSP_HLE Committing some cleanups by avindra: 2010-07-18 10:11:34 +00:00
Plugin_DSP_LLE some more minor optimizations introduced by aavindraa, i only corrected evaluation order using some (). 2010-07-16 12:36:55 +00:00
Plugin_VideoDX9 little bug fix for my last commit 2010-07-18 00:49:08 +00:00
Plugin_VideoDX11 Committing some cleanups by avindra: 2010-07-18 10:11:34 +00:00
Plugin_VideoOGL big changes here: 2010-07-18 00:18:31 +00:00
Plugin_VideoSoftware Plugin_VideoOGL has been using an old duplicate of VertexLoaderManager.cpp. 2010-07-17 23:36:03 +00:00
Plugin_Wiimote This is basicall linux code cleanup. We don not need to pass the X display handle from the video plugin anymore. The wiimote plugins now open their own display handles, and the GUI uses the display handle of the main window frame. Only the window handle from the video plugin is needed. The pWindowHandle variable now passes this instead of the display handle. 2010-07-16 14:14:57 +00:00
Plugin_WiimoteNew Fix an undefined symbol in the WiimoteNew plugin on linux. The inputuicommon lib must be earlier in the list than inputcommon and common. 2010-07-16 20:08:38 +00:00