In this Google Code doc page: http://code.google.com/p/dolphin-emu/wiki/CodingStyle
All "class, struct and function" names are supposedly meant to be in "CamelCase"
However, camel case dictates that the first letter of each word is capitalised, EXCEPT for the first character of the string. What the docs describe is PascalCase, where EVERY first letter is capitalised
Sorry for the nitpicking ^_^
All "class, struct and function" names are supposedly meant to be in "CamelCase"
However, camel case dictates that the first letter of each word is capitalised, EXCEPT for the first character of the string. What the docs describe is PascalCase, where EVERY first letter is capitalised

Sorry for the nitpicking ^_^