summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2014-05-28Merge pull request #409 from lioncash/lolmemsetPierre Bourdon
2014-05-28Make sure netplay player IDs are actually unique.Rachel Bryk
2014-05-28Merge pull request #414 from sigmabeta/android-gradle-customizationPierre Bourdon
2014-05-28Merge pull request #423 from lioncash/dsp-clarificationPierre Bourdon
2014-05-28Merge pull request #417 from magumagu/jit-unused-flagsPierre Bourdon
2014-05-28Merge pull request #427 from magumagu/interpreter-hlePierre Bourdon
2014-05-28Merge pull request #393 from RachelBryk/netplay-chat-limitPierre Bourdon
2014-05-28Merge pull request #392 from RachelBryk/error-check-ini-filePierre Bourdon
2014-05-28msvc C initializers return int...fix EnableXSaveWorkaround when rax doesn't i...Shawn Hoffman
2014-05-27Redo commit 932945d4808e37ba0ca1a953571187f445e24f41Shawn Hoffman
2014-05-27When updating netplay player list, reselect by string instead of index.Rachel Bryk
2014-05-26Clarify what FindBrackets does in the DSP assemblerlioncash
2014-05-26Merge pull request #413 from delroth/flags-optPierre Bourdon
2014-05-26Merge pull request #415 from magumagu/memory-cleanupshuffle2
2014-05-27Fix error message when D3D11 HResults fail.CarlKenner
2014-05-26JIT: make backpatch handle sign-extend from 8 bits correctly.magumagu
2014-05-25JIT: unify two branches in SafeLoadToReg.magumagu
2014-05-25JIT: Simplify redundant if statements for memcheck.magumagu
2014-05-26Attach '.debug' to the end of the app's package name. This allows for install...Eder Bastos
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-24Merge pull request #398 from Sonicadvance1/Fix-Spaced-Build-PathPierre Bourdon
2014-05-23Fixes build if the build path has spaces in it.Ryan Houdek
2014-05-23Increase size of title text; force it to take a single line and ellipsize if ...Eder Bastos
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