aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2014-12-28armemu: Fix PKHTB to do an arithmetic shift and correctly decode immediate fi...bunnei
2014-12-28dyncom: Implement USAD8/USADA8Lioncash
2014-12-28armemu: Simplify SSAT/SSAT16/SXTB/SXTABLioncash
2014-12-28armemu: Simplify REV/REV16/SXTH/SXTAHLioncash
2014-12-28Merge pull request #354 from lioncash/usaduflowbunnei
2014-12-28armemu: Simplify USAT16/UXTB/UXTABLioncash
2014-12-28armemu: Simplify REVSH/UXTH/UXTAHLioncash
2014-12-28Kernel: New handle managerYuri Kunde Schlesner
2014-12-28Kernel: Replace GetStaticHandleType by HANDLE_TYPE constantsYuri Kunde Schlesner
2014-12-28Rename ObjectPool to HandleTableYuri Kunde Schlesner
2014-12-28armemu: Fix underflows in USAD8/USADA8Lioncash
2014-12-27dyncom: Implement UQADD8, UQADD16, UQSUB8, UQSUB16, UQASX, and UQSAX.Lioncash
2014-12-27armemu: Implement UQADD8, UQADD16, UQSUB16, UQASX, and UQSAXLioncash
2014-12-27dyncom: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAXLioncash
2014-12-26armemu: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAXLioncash
2014-12-25Merge pull request #339 from bunnei/fixup-gsp-synchbunnei
2014-12-25Merge pull request #330 from purpasmart96/new_srvbunnei
2014-12-25GPU: Further improve synchronization.bunnei
2014-12-25ARM: Add a mechanism for faking CPU time elapsed during HLE.bunnei
2014-12-25More services & small clean upspurpasmart96
2014-12-25Merge pull request #343 from lioncash/smmlabunnei
2014-12-25Merge pull request #341 from lioncash/moresmopsbunnei
2014-12-25armemu: Implement SMMUL, SMMLA, and SMMLS.Lioncash
2014-12-24armemu: Implement SMLALD/SMLSLDLioncash
2014-12-24armemu: Fix GE/Q flag setting semanticsLioncash
2014-12-24FileSys: Clean up according to the coding style, and remove redundant namespa...Emmanuel Gil Peyrot
2014-12-23Merge pull request #328 from archshift/writeablebunnei
2014-12-23Stubbed IsSdmcWriteable to always return writeable.archshift
2014-12-23armemu: Set the Q flag correctly for much of the other opsLioncash
2014-12-23armemu: Set the Q flag properly for SMLAD/SMUADLioncash
2014-12-23Merge pull request #334 from lioncash/cpsrbunnei
2014-12-23Merge pull request #335 from lioncash/cpsrcreatebunnei
2014-12-22armemu: Properly set the Q flag for SSAT16/USAT16 upon saturation.Lioncash
2014-12-22armemu: Fix SELLioncash
2014-12-22armemu: Fix construction of the CPSRLioncash
2014-12-22armemu: Fix retrieval of the CPSR in MRS instructions.Lioncash
2014-12-22dyncom: Move over QADD16/QASX/QSAX/QSUB16Lioncash
2014-12-22Merge pull request #322 from chinhodado/masterbunnei
2014-12-21Merge pull request #332 from lioncash/selbunnei
2014-12-21Merge pull request #312 from Subv/still_more_savedata_stuffbunnei
2014-12-21dyncom: Move SEL overLioncash
2014-12-21Merge pull request #324 from lioncash/dyncbunnei
2014-12-21dyncom: Move over SASX/SSAX/SADD16/SSUB16Lioncash
2014-12-21CFG: Fixed some warnings and errors in ClangSubv
2014-12-21CFG: More style changesSubv
2014-12-21CFGU: IndentationSubv
2014-12-21CFG: Some indentationSubv
2014-12-21CFG: Changed the CreateConfigInfoBlk search loopSubv
2014-12-21CFG: Corrected the licenses in cfg_i.cpp and cfg_u.cppSubv
2014-12-21CFG: Create a new subfolder cfg inside service to handle cfgSubv