aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Update README.md (fix typo)Gravatar bunnei2014-12-23
|
* Merge pull request #336 from lioncash/datqflagGravatar bunnei2014-12-23
|\ | | | | armemu: Correctly set the Q flag for a bunch of ops.
| * 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
| |/
* | Merge pull request #275 from yuriks/cmake-cleanGravatar bunnei2014-12-22
|\ \ | | | | | | Clean up CMake library specification
* \ \ Merge pull request #333 from lioncash/qopsGravatar bunnei2014-12-22
|\ \ \ | |_|/ |/| | dyncom: Move over QADD16/QASX/QSAX/QSUB16
| * | 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 #325 from yuriks/cmake-optsGravatar bunnei2014-12-21
|\ \ \ | | | | | | | | CMake: Turn MSVC optimizations up to 11
* \ \ \ 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
| | | | | |
| | | * | | CMake: Silence PNG not found errorGravatar Yuri Kunde Schlesner2014-12-21
| | | | | | | | | | | | | | | | | | | | | | | | Hopefully this will make people stop thinking it's a hard dependency.
| | | * | | CMake: Use improved optimization flags on MSVCGravatar Yuri Kunde Schlesner2014-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While not having a noticeable effect on CPU-bound applications, this change gives an about 30-50% increase in performance for games using the GPU.
| | * | | | 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
* | | | | Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-21
|\ \ \ \ \ | |_|/ / / |/| | | | License change
| | | * | More warning cleanupsGravatar Chin2014-12-21
| | | | |
* | | | | Update README.mdGravatar bunnei2014-12-21
| | | | |
* | | | | Merge pull request #271 from archshift/createfGravatar bunnei2014-12-21
|\ \ \ \ \ | |_|/ / / |/| | | | Added CreateFile to the FS_USER service
| * | | | Added CreateFile to the FS_USER serviceGravatar archshift2014-12-21
| | | | | | | | | | | | | | | | | | | | Tested with hwtests.
| | * | | License changeGravatar purpasmart962014-12-20
| | | | |
* | | | | Merge pull request #323 from lioncash/saddsubGravatar bunnei2014-12-21
|\ \ \ \ \ | | | | | | | | | | | | armemu: Implement SADD8/SSUB8
* \ \ \ \ \ Merge pull request #318 from bunnei/simulate-thread-sleepGravatar bunnei2014-12-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Thread: Wait current thread on svc_SleepThread