dolphin/Source/Plugins
dapetcu21 e1cc37d825 Workaround a bug on Mac OS in witch dolphin would crash whenthe OpenGL config window would be opened. It seems that wxDialog::Center() is completely useless on Mac OS X, and not only useless, but it crashes when the window is bigger than the screen.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5911 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-07-18 20:06:24 +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 Delete various unused files. 2010-07-18 16:15:43 +00:00
Plugin_VideoDX11 Committing some cleanups by avindra: 2010-07-18 10:11:34 +00:00
Plugin_VideoOGL Workaround a bug on Mac OS in witch dolphin would crash whenthe OpenGL config window would be opened. It seems that wxDialog::Center() is completely useless on Mac OS X, and not only useless, but it crashes when the window is bigger than the screen. 2010-07-18 20:06:24 +00:00
Plugin_VideoSoftware Plugin_VideoSoftware fix 2010-07-18 16:53:49 +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