summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
2014-05-25JIT: unify two branches in SafeLoadToReg.magumagu
2014-05-25JIT: Simplify redundant if statements for memcheck.magumagu
2014-05-25Jit: Remove unused members from JitState.magumagu
2014-05-25Use strings instead of arbitrary buffers for video statisticsLioncash
2014-05-25Memmap: get rid of unused junk.magumagu
2014-05-25PPCCache: Get rid of FAST_ICACHE define.magumagu
2014-05-25Interpreter: correctly support HLE functions.magumagu
2014-05-25PowerPC: Get rid of the 'cr' field which was obsoleted by the new 'cr_fast'Pierre Bourdon
2014-05-25Merge pull request #408 from lioncash/boolPierre Bourdon
2014-05-24Explicitly center the X and Y joystick values.Lioncash
2014-05-24Use a bool instead of an int to represent the initialized state in IOWin.cppLioncash
2014-05-24Fix a struct overflow case in WII_IPC_HLE_Device_hid.cppLioncash
2014-05-24JitCache: use a custom bit-set class.magumagu
2014-05-24JIT: get rid of useless code in JitCache.cpp.magumagu
2014-05-24BS2 emulation: set up a reasonable BAT during startup.magumagu
2014-05-24Interpreter: use numeric_limits instead of FLT_MAX.magumagu
2014-05-24Merge pull request #390 from magumagu/fp-reciprocalTony Wasserka
2014-05-23Merge pull request #256 from magumagu/dsound-notifyshuffle2
2014-05-23Interpreter: Code style fixes.magumagu
2014-05-23Jit: Use infinity and NaN from numeric_limits.magumagu
2014-05-23New frsqrte implementation; verified accurate.magumagu
2014-05-23Interpreter: refactor the rsqrte code, and use it for ps_rsqrte.magumagu
2014-05-23Jit: get rid of incorrect implementations of fres and frsqrte.magumagu
2014-05-23removed trailing whitespaceYuriy O'Donnell
2014-05-23JIT: JitBaseBlockCache::InvalidateICache no longer memsets iCache memory to I...Yuriy O'Donnell
2014-05-23JIT: JitBaseBlockCache::valid_block is now std::vector<bool>Yuriy O'Donnell
2014-05-23Fix a couple race conditions.Rachel Bryk
2014-05-23Limit netplay chat messages to 2000 characters.Rachel Bryk
2014-05-23Flash netplay window when someone joins if the window doesn't have focus.Rachel Bryk
2014-05-23Check for errors when reading lines from ini files.Rachel Bryk
2014-05-22Interpreter: make fres match hardware.magumagu
2014-05-22Use accurate frsqrte in Interpreter.magumagu
2014-05-22Merge pull request #370 from Sonicadvance1/remove_specialized_memcmpshuffle2
2014-05-21Merge pull request #309 from magumagu/jit-unify-asmshuffle2
2014-05-21Merge pull request #376 from lioncash/wxshuffle2
2014-05-21Merge pull request #356 from Sonicadvance1/Fix-MMUAnalystshuffle2
2014-05-21Merge pull request #361 from LPFaint99/wiisaveshuffle2
2014-05-21Merge pull request #382 from magumagu/faster-fast-disc-speedshuffle2
2014-05-21Merge pull request #379 from jordan-woyak/gamelist-size-fixshuffle2
2014-05-21Merge pull request #343 from jordan-woyak/disable-sdl-windowsshuffle2
2014-05-20BPStructs: Consistently put the two shared copy args firstJasper St. Pierre
2014-05-20BPStructs: Remove another function wrapperJasper St. Pierre
2014-05-20BPStructs: Move LoadBPReg hereJasper St. Pierre
2014-05-20BPStructs: Flatten out BPWrittenJasper St. Pierre
2014-05-20BPStructs: Reindent BPWrittenJasper St. Pierre
2014-05-20BPStructs: Document BPMEM_BP_MASK betterJasper St. Pierre
2014-05-20BPMemory: Fix "DISPLAYCOPYFILER" typoJasper St. Pierre
2014-05-20BPStructs: Remove calls to SetInterlacedMode when reloading stateJasper St. Pierre
2014-05-20BPFunctions: Remove the rest of GetConfigJasper St. Pierre
2014-05-20PixelShaderManager: Fizzle out fog changes when disabled hereJasper St. Pierre