dolphin/Source
2008-09-03 00:40:18 +00:00
..
Core Replaced "unsigned __int64" by "u64". 2008-09-03 00:02:21 +00:00
Plugins 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
PluginSpecs 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
Dolphin.sln Fixed a few bugs with the memcard manager, and memcard classes: 2008-08-30 13:44:44 +00:00