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