This patch, for the most part, is now in Dolphin.
This fixes Issue 2836.
As I posted on that issue, the other changes include:
-some version string changes from "9,00" to "9.00" (was done automatically by vs2008)
-add /MP to the compiler options to dramatically decrease compile time, I wrote a tutorial about it. hopefully i can just delete the tutorial if this is integrated into dolphin by default.
-change from mod 2 to & 1, since bitwise operation is faster
-1 spellcheck instance
-minor code style change
This fixes Issue 2836.
As I posted on that issue, the other changes include:
-some version string changes from "9,00" to "9.00" (was done automatically by vs2008)
-add /MP to the compiler options to dramatically decrease compile time, I wrote a tutorial about it. hopefully i can just delete the tutorial if this is integrated into dolphin by default.
-change from mod 2 to & 1, since bitwise operation is faster
-1 spellcheck instance
-minor code style change
![[Image: stats.png]](http://dl.dropbox.com/u/6039796/stats.png)