aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Rename ObjectPool to HandleTableGravatar Yuri Kunde Schlesner2014-12-28
|
* dyncom: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAXGravatar Lioncash2014-12-27
|
* armemu: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAXGravatar Lioncash2014-12-26
|
* Merge pull request #339 from bunnei/fixup-gsp-synchGravatar bunnei2014-12-25
|\ | | | | Fixup gsp synch
* \ Merge pull request #330 from purpasmart96/new_srvGravatar bunnei2014-12-25
|\ \ | | | | | | More services & small clean ups
| | * GPU: Further improve synchronization.Gravatar bunnei2014-12-25
| | |
| | * ARM: Add a mechanism for faking CPU time elapsed during HLE.Gravatar bunnei2014-12-25
| | | | | | | | | | | | - Also a few cleanups.
| * | More services & small clean upsGravatar purpasmart962014-12-25
| | |
* | | Merge pull request #343 from lioncash/smmlaGravatar bunnei2014-12-25
|\ \ \ | | | | | | | | armemu: Implement SMMUL, SMMLA, and SMMLS.
* \ \ \ Merge pull request #341 from lioncash/moresmopsGravatar bunnei2014-12-25
|\ \ \ \ | | | | | | | | | | armemu: Implement SMLALD/SMLSLD
| | * | | armemu: Implement SMMUL, SMMLA, and SMMLS.Gravatar Lioncash2014-12-25
| | | | |
| * | | | armemu: Implement SMLALD/SMLSLDGravatar Lioncash2014-12-24
| |/ / /
* / / / armemu: Fix GE/Q flag setting semanticsGravatar Lioncash2014-12-24
|/ / /
* | | Merge pull request #328 from archshift/writeableGravatar bunnei2014-12-23
|\ \ \ | |_|/ |/| | Stubbed IsSdmcWriteable to always return writeable.
| * | Stubbed IsSdmcWriteable to always return writeable.Gravatar archshift2014-12-23
| | |
* | | armemu: Set the Q flag correctly for much of the other opsGravatar Lioncash2014-12-23
| | | | | | | | | | | | They were setting the old S flag.
* | | armemu: Set the Q flag properly for SMLAD/SMUADGravatar Lioncash2014-12-23
| | |
* | | Merge pull request #334 from lioncash/cpsrGravatar bunnei2014-12-23
|\ \ \ | | | | | | | | armemu: Fix retrieval of the CPSR in MRS instructions.
* \ \ \ Merge pull request #335 from lioncash/cpsrcreateGravatar bunnei2014-12-23
|\ \ \ \ | |_|/ / |/| | | armemu: Emulate the GE and Q flags.
| * | | armemu: Properly set the Q flag for SSAT16/USAT16 upon saturation.Gravatar Lioncash2014-12-22
| | | |
| * | | armemu: Fix SELGravatar Lioncash2014-12-22
| | | | | | | | | | | | | | | | Needs to use the updated state of the CPSR.
| * | | armemu: Fix construction of the CPSRGravatar Lioncash2014-12-22
| | | |
| | * | armemu: Fix retrieval of the CPSR in MRS instructions.Gravatar Lioncash2014-12-22
| |/ /
* / / dyncom: Move over QADD16/QASX/QSAX/QSUB16Gravatar Lioncash2014-12-22
|/ /
* | Merge pull request #322 from chinhodado/masterGravatar bunnei2014-12-22
|\ \ | |/ |/| More warning cleanups
* | Merge pull request #332 from lioncash/selGravatar bunnei2014-12-21
|\ \ | | | | | | dyncom: Move SEL over
* \ \ Merge pull request #312 from Subv/still_more_savedata_stuffGravatar bunnei2014-12-21
|\ \ \ | | | | | | | | CFG: Implemented the GetConfigInfoBlk2 function.
| | * | dyncom: Move SEL overGravatar Lioncash2014-12-21
| |/ / |/| |
* | | Merge pull request #324 from lioncash/dyncGravatar bunnei2014-12-21
|\ \ \ | | | | | | | | dyncom: Move over SASX/SSAX/SADD16/SSUB16
| * | | dyncom: Move over SASX/SSAX/SADD16/SSUB16Gravatar Lioncash2014-12-21
| | | |
| | * | CFG: Fixed some warnings and errors in ClangGravatar Subv2014-12-21
| | | |
| | * | CFG: More style changesGravatar Subv2014-12-21
| | | |
| | * | CFGU: IndentationGravatar Subv2014-12-21
| | | |
| | * | CFG: Some indentationGravatar Subv2014-12-21
| | | |
| | * | CFG: Changed the CreateConfigInfoBlk search loopGravatar Subv2014-12-21
| | | |
| | * | CFG: Corrected the licenses in cfg_i.cpp and cfg_u.cppGravatar Subv2014-12-21
| | | |
| | * | CFG: Create a new subfolder cfg inside service to handle cfgGravatar Subv2014-12-21
| | | | | | | | | | | | | | | | Moved most of the shared CFG code there, implemented a few CFG:I functions
| | * | CFGU: Some changesGravatar Subv2014-12-21
| | | |
| | * | CFGU: Addressed some issues.Gravatar Subv2014-12-21
| | | |
| | * | CFGU: Addressed some comments.Gravatar Subv2014-12-21
| | | |
| | * | Style: Addressed some commentsGravatar Subv2014-12-21
| | | |
| | * | CFG_U: Use Common::make_unique instead of the std versionGravatar Subv2014-12-21
| | | |
| | * | CFG:U: Implemented some more blocksGravatar Subv2014-12-21
| | | |
| | * | CFG: Implemented block 0x00070001 in the config savefileGravatar Subv2014-12-21
| | | |
| | * | CFGU: Use an absolute offset in the config savefile blocksGravatar Subv2014-12-21
| | | |
| | * | CFG: Load the Config savedata file if it already exists.Gravatar Subv2014-12-21
| | | |
| | * | CFGU: Added block 0x000A0002 to the default savegame fileGravatar Subv2014-12-21
| | | | | | | | | | | | | | | | That's the language id block, we're using LANGUAGE_EN for now. This block allows some games to boot further
| | * | CFG: Refactored how the config file works.Gravatar Subv2014-12-21
| | | | | | | | | | | | | | | | It is now kept in memory as per 3dbrew, all updates happen on memory, then they can be saved using UpdateConfigNANDSavegame.
| | * | CFG:U: Add some data to the 0x00050005 config block.Gravatar Subv2014-12-21
| | | | | | | | | | | | | | | | Seems to allow some games to boot further, thanks @Normmatt for sharing this information
| | * | CFG: Implemented the GetConfigInfoBlk2 function.Gravatar Subv2014-12-21
| |/ / |/| | | | | | | | | | | | | | Added a "config" file to the CFG process service (CFG:U), and added a few default blocks to it. Implemented GetSystemModel and GetModelNintendo2DS