dolphin/Source/Plugins
2009-03-16 07:54:44 +00:00
..
Plugin_DSP_HLE switched UCode for wiimenu to AX 2009-03-08 21:12:02 +00:00
Plugin_DSP_LLE
Plugin_nJoy_SDL
Plugin_nJoy_Testing
Plugin_PadSimple
Plugin_PadSimpleEvnt
Plugin_VideoDX9 Change destination alpha handling. The blending method introduced in rev 1921 was not the correct way to do it. This way was suggested by hrydgard in October and I should have listened. A simple pixel shader as hrydgard suggested cannot be used because the alpha is not set if the pixel is discarded due to failing depth (after z texture) or alpha (result of tev stages) tests. There is a bit of a performance hit so there should be an option to disable the second render pass which sets the alpha because it is probably not needed most of the time. 2009-03-16 02:47:48 +00:00
Plugin_VideoOGL Added option "Show EFB Copy Regions" to find out which games are heavy on EFB-Copy. Changed Dst Alpha Pass option to "Disable Dst Alpha Pass". 2009-03-16 07:54:44 +00:00
Plugin_Wiimote