dolphin/Source/Plugins
2008-09-03 00:40:18 +00:00
..
Plugin_DSP_HLE Woops, my fault 2008-09-01 08:50:16 +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 Replaced type "BYTE" by "u8", except where "BYTE" is used to access the Windows API. 2008-08-31 14:32:35 +00:00
Plugin_VideoDX9 Removed "INT" typedef: it was not used in any plugin spec. It was used DX9 video plugin, but for arguments where MSDN lists a plain "int", so I replaced "INT" by "int" to make things clearer. 2008-09-03 00:27:24 +00:00
Plugin_VideoOGL Replaced "WORD" by "u16", except where it is part of the Windows API. 2008-09-03 00:12:32 +00:00