dolphin/Source/Plugins
2008-09-06 13:41:44 +00:00
..
Plugin_DSP_HLE Added ExtendedTrace crash logging. Wiimote HLE can now create an L2CAP connection. 2008-09-06 13:41:44 +00:00
Plugin_DSP_LLE Replaced "unsigned __int16" by "u16". 2008-09-02 23:32:05 +00:00
Plugin_nJoy_SDL Replaced type "BYTE" by "u8", except where "BYTE" is used to access the Windows API. 2008-08-31 14:32:35 +00:00
Plugin_PadDX9 Replaced "CHAR" by "char": there is no mention of type CHAR on MSDN, the argument to which CHAR* is passed is documented as being char* and the function would be broken if sizeof(CHAR) would be different from 1. 2008-09-03 00:40:18 +00:00
Plugin_PadSimple Linux: Made PadSimple actually work in Linux, removed the SDL dependency since Fires yelled at me (a long time ago).Tmator, you will have to use something else and Video Plugin Skips key events in Linux. 2008-09-05 01:07:41 +00:00
Plugin_VideoDX9 Align stack to 16-byte boundary when compiling in 32-bit mode with GCC. This is required to run anything on OS X and to support SSE instructions on Linux. 2008-09-05 00:02:53 +00:00
Plugin_VideoOGL Linux: Made PadSimple actually work in Linux, removed the SDL dependency since Fires yelled at me (a long time ago).Tmator, you will have to use something else and Video Plugin Skips key events in Linux. 2008-09-05 01:07:41 +00:00