| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-27 | Merge pull request #350 from lioncash/qops | bunnei | |
| Implement the rest of the UQ* ops. | |||
| 2014-12-27 | dyncom: Implement UQADD8, UQADD16, UQSUB8, UQSUB16, UQASX, and UQSAX. | Lioncash | |
| 2014-12-27 | armemu: Implement UQADD8, UQADD16, UQSUB16, UQASX, and UQSAX | Lioncash | |
| 2014-12-27 | Merge pull request #349 from lioncash/uhdync | bunnei | |
| dyncom: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAX | |||
| 2014-12-27 | dyncom: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAX | Lioncash | |
| 2014-12-27 | Merge pull request #348 from lioncash/uhops | bunnei | |
| armemu: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAX | |||
| 2014-12-26 | armemu: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAX | Lioncash | |
| 2014-12-26 | GPU: Change internal framerate to 30fps. | bunnei | |
| 2014-12-26 | Merge pull request #327 from Apology11/master | bunnei | |
| Fix visual studio ambiguous symbol error | |||
| 2014-12-26 | Remove duplicate work | Daniel Lundqvist | |
| 2014-12-26 | Allow focus only when in popout mode | Daniel Lundqvist | |
| Only allow manually setting focus to the rendering widget when in Single Window mode. Apply this behavior to when changing the mode while an app is running. | |||
| 2014-12-25 | Merge pull request #339 from bunnei/fixup-gsp-synch | bunnei | |
| Fixup gsp synch | |||
| 2014-12-25 | Merge pull request #330 from purpasmart96/new_srv | bunnei | |
| More services & small clean ups | |||
| 2014-12-25 | GPU: Further improve synchronization. | bunnei | |
| 2014-12-25 | ARM: Add a mechanism for faking CPU time elapsed during HLE. | bunnei | |
| - Also a few cleanups. | |||
| 2014-12-25 | More services & small clean ups | purpasmart96 | |
| 2014-12-25 | Merge pull request #343 from lioncash/smmla | bunnei | |
| armemu: Implement SMMUL, SMMLA, and SMMLS. | |||
| 2014-12-25 | Merge pull request #341 from lioncash/moresmops | bunnei | |
| armemu: Implement SMLALD/SMLSLD | |||
| 2014-12-25 | Merge pull request #340 from lioncash/whoops | bunnei | |
| armemu: Fix GE/Q flag setting semantics | |||
| 2014-12-26 | Allow focus on the Qt render widget | Daniel Lundqvist | |
| By default widgets are set to the focus policy Qt::NoFocus which disallows manually focusing it. Changing the policy to allow clicking the widget to set focus to it allows for keyboard input when not rendering to a popout window. This commit also sets focus to the widget when showing it. Fixes issue #158. | |||
| 2014-12-25 | armemu: Implement SMMUL, SMMLA, and SMMLS. | Lioncash | |
| 2014-12-24 | armemu: Implement SMLALD/SMLSLD | Lioncash | |
| 2014-12-24 | armemu: Fix GE/Q flag setting semantics | Lioncash | |
| 2014-12-24 | FileSys: Clean up according to the coding style, and remove redundant ↵ | Emmanuel Gil Peyrot | |
| namespaced names. | |||
| 2014-12-23 | Merge pull request #328 from archshift/writeable | bunnei | |
| Stubbed IsSdmcWriteable to always return writeable. | |||
| 2014-12-23 | Stubbed IsSdmcWriteable to always return writeable. | archshift | |
| 2014-12-23 | Update README.md (fix typo) | bunnei | |
| 2014-12-23 | Merge pull request #336 from lioncash/datqflag | bunnei | |
| armemu: Correctly set the Q flag for a bunch of ops. | |||
| 2014-12-23 | armemu: Set the Q flag correctly for much of the other ops | Lioncash | |
| They were setting the old S flag. | |||
| 2014-12-23 | armemu: Set the Q flag properly for SMLAD/SMUAD | Lioncash | |
| 2014-12-23 | Merge pull request #334 from lioncash/cpsr | bunnei | |
| armemu: Fix retrieval of the CPSR in MRS instructions. | |||
| 2014-12-23 | Merge pull request #335 from lioncash/cpsrcreate | bunnei | |
| armemu: Emulate the GE and Q flags. | |||
| 2014-12-22 | armemu: Properly set the Q flag for SSAT16/USAT16 upon saturation. | Lioncash | |
| 2014-12-22 | armemu: Fix SEL | Lioncash | |
| Needs to use the updated state of the CPSR. | |||
| 2014-12-22 | armemu: Fix construction of the CPSR | Lioncash | |
| 2014-12-22 | armemu: Fix retrieval of the CPSR in MRS instructions. | Lioncash | |
| 2014-12-22 | Merge pull request #275 from yuriks/cmake-clean | bunnei | |
| Clean up CMake library specification | |||
| 2014-12-22 | Merge pull request #333 from lioncash/qops | bunnei | |
| dyncom: Move over QADD16/QASX/QSAX/QSUB16 | |||
| 2014-12-22 | dyncom: Move over QADD16/QASX/QSAX/QSUB16 | Lioncash | |
| 2014-12-22 | Merge pull request #322 from chinhodado/master | bunnei | |
| More warning cleanups | |||
| 2014-12-21 | Merge pull request #325 from yuriks/cmake-opts | bunnei | |
| CMake: Turn MSVC optimizations up to 11 | |||
| 2014-12-21 | Merge pull request #332 from lioncash/sel | bunnei | |
| dyncom: Move SEL over | |||
| 2014-12-21 | Merge pull request #312 from Subv/still_more_savedata_stuff | bunnei | |
| CFG: Implemented the GetConfigInfoBlk2 function. | |||
| 2014-12-21 | dyncom: Move SEL over | Lioncash | |
| 2014-12-21 | Merge pull request #324 from lioncash/dync | bunnei | |
| dyncom: Move over SASX/SSAX/SADD16/SSUB16 | |||
| 2014-12-21 | dyncom: Move over SASX/SSAX/SADD16/SSUB16 | Lioncash | |
| 2014-12-21 | CMake: Silence PNG not found error | Yuri Kunde Schlesner | |
| Hopefully this will make people stop thinking it's a hard dependency. | |||
| 2014-12-21 | CMake: Use improved optimization flags on MSVC | Yuri Kunde Schlesner | |
| 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. | |||
| 2014-12-21 | CFG: Fixed some warnings and errors in Clang | Subv | |
| 2014-12-21 | CFG: More style changes | Subv | |
