| Age | Commit message (Expand) | Author |
| 2010-04-09 | VideoCommon: merged SSSE3/SSE4.1 codes. Added some additional SSSE3/SSE4.1 co... | nodchip |
| 2010-04-08 | Random fixes and cleanups | NeoBrainX |
| 2010-04-08 | Fix another wrong sprintf usage | NeoBrainX |
| 2010-04-08 | Fixed the bug where JITIL could not be selected in debugger mode. | skidau |
| 2010-04-07 | windows compile fix (thanks lordmark) | nakeee |
| 2010-04-07 | DSP LLE Jit, joined work with XK and skidu. | nakeee |
| 2010-04-06 | Fix wrong sprintf usage: the parameters use the restrict keyword so they may ... | NeoBrainX |
| 2010-04-05 | Partially implement NCDGetWirelessMacAddress on Windows as well | NeoBrainX |
| 2010-04-05 | Fixed game-specific Wii/Widescreen and RE0 Hack checkboxes. | j4ck.fr0st |
| 2010-04-05 | Change a PanicYesNo to a PanicAlert | NeoBrainX |
| 2010-04-04 | Tweaked the widescreen hack: It now "hacks" to and from any aspect ratio, not... | Jordan Woyak |
| 2010-04-04 | trunk: Don't enable selection of mic device if dolphin is not compiled with p... | Shawn Hoffman |
| 2010-04-04 | Fix NCDGetWirelessMacAddress always returning the hard coded MAC address inst... | NeoBrainX |
| 2010-04-04 | Partially implement IOCtlV 0x8 (NCDGetWirelessMacAddress) of /dev/net/ncd/manage | NeoBrainX |
| 2010-04-03 | back to limit vps instead of fps as this fix fps limit and now it works corre... | Rodolfo Osvaldo Bogado |
| 2010-04-02 | Fixed bug where the projection hack setting was not being saved in the Game P... | skidau |
| 2010-04-01 | Another one bites the dust | Sonicadvance1 |
| 2010-04-01 | add two paths to addx in JIT that Crazy Taxi kept hitting, add 'add' and 'add... | Sonicadvance1 |
| 2010-03-31 | Fix game-specific dual-core checkbox | j4ck.fr0st |
| 2010-03-30 | buildfix, plus some cleanup to make things a bit more readable | j4ck.fr0st |
| 2010-03-30 | Hopefully completely fix up the issues with the wiimote auto reconnect option... | death2droid |
| 2010-03-29 | DSPLLE: Opcode LUT Cleanup | XTra.KrazzY |
| 2010-03-28 | DSPLLE - small idleskip improvment for zelda | Marko Pusljar |
| 2010-03-28 | Fix a problem with the sensitivity setting being grayed out when the wiimote ... | death2droid |
| 2010-03-27 | fixup Jit64::subfcx and Jit64::subfex | Shawn Hoffman |
| 2010-03-27 | fix setting of cr in jit64 for divwux (when div by 0) | Shawn Hoffman |
| 2010-03-27 | fix divwux and divwx in interpreter, and fix divwux in jit64 - use the jit64 ... | Shawn Hoffman |
| 2010-03-27 | Allows more than one instance of Dolphin to be running. Credit goes to Billi... | skidau |
| 2010-03-27 | Commit some work based off of James333's auto reconnect patch. | death2droid |
| 2010-03-25 | other experimental commit: | Rodolfo Osvaldo Bogado |
| 2010-03-25 | Puts an end to my meddling | Sonicadvance1 |
| 2010-03-25 | Disable subfcx because it causes problems with a few games... | Sonicadvance1 |
| 2010-03-25 | fix a spelling error in a PanicAlert, drop another x86 instruction from calcu... | Sonicadvance1 |
| 2010-03-24 | Make this perdy | Sonicadvance1 |
| 2010-03-24 | Disable divwux until we find out what's wrong with it, enable subfcx, and als... | Sonicadvance1 |
| 2010-03-24 | Cleared out the top 16 bits in PARAM1 of the ABI_CallFunctionC16 JIT command. | skidau |
| 2010-03-24 | DSPLLE - 5 new conditions added (not used atm), 4 used ones are now correct | Marko Pusljar |
| 2010-03-24 | XK patch for adding jit config to audiocommon/c16 function to x64emitter | nakeee |
| 2010-03-24 | #ifdef __APPLE__ && _M_X64 needs to be #if defined(__APPLE__) && _M_X64, etc | Shawn Hoffman |
| 2010-03-24 | Remove the UDSP union | nakeee |
| 2010-03-24 | ipc hle: re-comment a warning that was annoying people | Shawn Hoffman |
| 2010-03-24 | fixup for jit64 divwux: avoid trying to divide by 0 | Shawn Hoffman |
| 2010-03-23 | Change log window font back to SJIS. | Glenn Rice |
| 2010-03-23 | make WII_IPC_HLEInterface manage the IPC message queue instead of the "lle" p... | Shawn Hoffman |
| 2010-03-23 | use jit64's implementation of divwux instead of always falling back to interp... | Shawn Hoffman |
| 2010-03-22 | Implement IOCtlV 3 (ReadConfig) for /dev/net/ncd/manage. | Sonicadvance1 |
| 2010-03-22 | DSPLLE - small fix | Marko Pusljar |
| 2010-03-22 | DSPLLE - idleskip-ing improved a little (it still fails totaly for zelda type... | Marko Pusljar |
| 2010-03-20 | forgot to remove the check that would detect proper DSCR setting during DMA a... | Shawn Hoffman |
| 2010-03-20 | small cleanup in dsp lle | Shawn Hoffman |