summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2014-06-05added option for selecting which column are displayed in the game list, added...yourgamesbeover
2014-06-05OGL: speed up the EFB cachedegasus
2014-06-05OGL-StreamBuffer: replace size_t with u32degasus
2014-06-05OGL-StreamBuffer: move alignment to callerdegasus
2014-06-05OGL-StreamBuffer: make the SLOT calculation much easierdegasus
2014-06-05OGL-StreamBuffer: allocate fences in StreamBuffer directlydegasus
2014-06-05Merge pull request #448 from lioncash/fifo-cleanupTony Wasserka
2014-06-05OGL-StreamBuffer: don't use coherent mappingdegasus
2014-06-04Fix a typo in a function prototype in PowerPCDisasm.hlioncash
2014-06-04Fix some warnings.Tillmann Karras
2014-06-03x64Emitter: J_CC: use 32 bit offset automaticallyTillmann Karras
2014-06-02Merge pull request #455 from lioncash/arm-cpudetect-fixRyan Houdek
2014-06-02Stringify ArmCPUDetect.cpp.Lioncash
2014-06-02Merge pull request #454 from Sonicadvance1/fix-android-crashRyan Houdek
2014-06-02Fix potential crash in Video Settings.Ryan Houdek
2014-06-02Jit64: Don't flush the regcache on bcxdegasus
2014-06-02RegCache: make state clear optional on flushesdegasus
2014-06-02RegCache: merge fpr+gpr BindToRegisterdegasus
2014-06-02RegCache: merge fpr+gpr StoreFromRegisterdegasus
2014-06-02RegCache64: devirtualize RegCache::Startdegasus
2014-06-02RegCache64: Use std::arraydegasus
2014-06-02RegCache64: move x?locks into register structsdegasus
2014-06-02RegCache64: remove unused functionsdegasus
2014-06-02Merge pull request #449 from Sonicadvance1/remove-ppcstate-mojsHenrik RydgÄrd
2014-06-02Jit64: revert fmrx revertTillmann Karras
2014-06-02Remove unused mojs array from ppcState.Ryan Houdek
2014-06-02Fix a typo in a BP register name (BPMEM_TX_SETLUT_4 -> BPMEM_TX_SETTLUT_4).Lioncash
2014-06-02Jit64: remove unused FlushMode enumdegasus
2014-06-02Add missing registers in GetBPRegInfoLioncash
2014-06-01Fix a crash in ARM's CPUDetect on a malformed /proc/cpuinfo.Ryan Houdek
2014-06-01Make MemoryUtil.cpp use the correct x86_64 define.Ryan Houdek
2014-06-01Video backends: remove dead code.magumagu
2014-05-31Revert "DSound: use DSound notifications to produce sound."magumagu
2014-05-30Android: add multitouch supportSean
2014-05-30Merge pull request #300 from Sonicadvance1/Fix-AndroidInputshuffle2
2014-05-29Compress a for loop in NetPlayServer.Lioncash
2014-05-29Remove the min/max functions in CommonFuncs.Lioncash
2014-05-29Remove the use of a delete[] in NetPlayServer.Lioncash
2014-05-30Merge pull request #411 from lioncash/fifo-cleanupPierre Bourdon
2014-05-29Make GetBPRegInfo just take two strings as parametersLioncash
2014-05-29Merge pull request #399 from magumagu/bsemu-batshuffle2
2014-05-29Merge pull request #419 from magumagu/jit-load-store-cleanupshuffle2
2014-05-29Merge pull request #433 from lioncash/inishuffle2
2014-05-29Merge pull request #420 from magumagu/backpatch-s8shuffle2
2014-05-29Merge pull request #421 from CarlKenner/MissingSpaceshuffle2
2014-05-29Merge pull request #429 from RachelBryk/netplay-pidshuffle2
2014-05-29Merge pull request #403 from RachelBryk/netplay-player-selectionshuffle2
2014-05-28Get rid of the temporary buffer in IniFile's Load function.Lioncash
2014-05-28When reading an ini file, if there is an error, check if it is simply because...Rachel Bryk
2014-05-28Merge pull request #430 from shuffle2/xsave-workaround-fixPierre Bourdon