| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-05-21 | Loader, Frontends: Refactor loader creation and game loading | Emmanuel Gil Peyrot | |
| This allows frontends to keep a single loader and use it multiple times e.g. for code loading and SMDH parsing. | |||
| 2016-05-21 | Common: Make recursive FileUtil functions take a maximum recursion | Emmanuel Gil Peyrot | |
| Fixes #1115. Also improves the performances of DiskArchive’s directory implementation a lot, simply by not going through the entire tree instead of just listing the first level files. Thanks to JayRoxFox for rebasing this on current master! | |||
| 2016-05-21 | SVC::WaitSynchronizationN: Reschedule at the end | wwylele | |
| 2016-05-21 | Appveyor: Restore working directory after test_script (#1835) | Maribel | |
| 2016-05-21 | Merge pull request #1564 from MerryMage/this-is-only-a-test | bunnei | |
| tests: Infrastructure for unit tests | |||
| 2016-05-20 | Merge pull request #1816 from JayFoxRox/refactor-tev-dump | bunnei | |
| Refactor Tev dump | |||
| 2016-05-21 | Refactor Tev stage dumper | Jannik Vogel | |
| 2016-05-21 | Extend Tev stage dumper | Jannik Vogel | |
| 2016-05-20 | Config: Restore previously selected audio sink option (#1824) | James Rowe | |
| 2016-05-19 | Merge pull request #1797 from MerryMage/audio-mixer | bunnei | |
| DSP/HLE: Implement mixer processing | |||
| 2016-05-19 | Tests: Run tests on CI | MerryMage | |
| 2016-05-19 | tests: Infrastructure for unit tests | MerryMage | |
| 2016-05-19 | DSP/HLE: Audio output | MerryMage | |
| 2016-05-19 | DSP/HLE: Implement mixer processing | MerryMage | |
| 2016-05-18 | Merge pull request #1785 from MerryMage/mp-dpi | bunnei | |
| Microprofile: DPI-aware drawing | |||
| 2016-05-18 | Config: Audio sink configuration (#1798) | Maribel | |
| 2016-05-18 | Remove `exceptions` parameter from `normaliseround` VFP functions | Jannik Vogel | |
| 2016-05-18 | Fix exception propagation for VFP single precision | Jannik Vogel | |
| 2016-05-18 | Fix exception propagation for VFP double precision | Jannik Vogel | |
| 2016-05-18 | Merge pull request #1814 from JayFoxRox/fix-read-after-write | Mat M | |
| Fix read-after-write in SMUAD, SMLAD, SMUSD, SMLSD | |||
| 2016-05-18 | Fix read-after-write in SMUAD, SMLAD, SMUSD, SMLSD | Jannik Vogel | |
| 2016-05-17 | Update ACT:U and create ACT:A (#1809) | András Domonkos | |
| * Update ACT_U * Create act_a.h * Create act_a.cpp * Add service ACT:A * Add ACT:A source and header * Fix wrong header | |||
| 2016-05-17 | Merge pull request #1800 from JayFoxRox/set-fpscr | bunnei | |
| Set fpscr for new threads | |||
| 2016-05-17 | Set fpscr for new threads | Jannik Vogel | |
| 2016-05-16 | Merge pull request #1786 from JayFoxRox/blend-equation | bunnei | |
| OpenGL: Support blend equation | |||
| 2016-05-16 | Retrieve shader result from new OutputRegisters-type | Jannik Vogel | |
| 2016-05-16 | Merge pull request #1787 from JayFoxRox/refactor-jit | linkmauve | |
| Refactor JIT | |||
| 2016-05-16 | Fix ftoi behaviour | Jannik Vogel | |
| 2016-05-16 | Respect fpscr in ftoiz | Jannik Vogel | |
| 2016-05-16 | Disable VFP3 instructions | Jannik Vogel | |
| 2016-05-15 | Merge pull request #1792 from JayFoxRox/avoid-uninitialised | bunnei | |
| Avoid uninitialised in hw renderer + Only sync depth if necessary | |||
| 2016-05-15 | DSP_DSP: Remove GetHeadphoneStatus logspam (#1799) | Maribel | |
| 2016-05-15 | fixup! fixup! Refactor input system | wwylele | |
| 2016-05-15 | fixup! Refactor input system | wwylele | |
| 2016-05-15 | implement circle pad modifier | wwylele | |
| 2016-05-15 | Refactor input subsystem | wwylele | |
| 2016-05-14 | AudioCore: Implement time stretcher (#1737) | Maribel | |
| * AudioCore: Implement time stretcher * fixup! AudioCore: Implement time stretcher * fixup! fixup! AudioCore: Implement time stretcher * fixup! fixup! fixup! AudioCore: Implement time stretcher * fixup! fixup! fixup! fixup! AudioCore: Implement time stretcher * fixup! fixup! fixup! fixup! fixup! AudioCore: Implement time stretcher | |||
| 2016-05-14 | Merge pull request #1794 from Subv/regression_fix | bunnei | |
| Memory: Fixed a regression caused by #1695 and #1689. | |||
| 2016-05-14 | Memory: Fixed a regression caused by #1695 and #1689. | Subv | |
| Reserve enough space in the vector that holds the linear heap memory to prevent relocations of the backing memory when growing too much. Closes #1790 | |||
| 2016-05-14 | OpenGL: Only update depth uniforms if the depth changed | Jannik Vogel | |
| 2016-05-14 | OpenGL: value-initialize variables which cause uninitialised access otherwise | Jannik Vogel | |
| 2016-05-13 | Merge pull request #1689 from Subv/shmem | bunnei | |
| Kernel: Implemented shared memory. | |||
| 2016-05-13 | Merge pull request #1788 from MerryMage/ext-soundtouch | Tony Wasserka | |
| gitmodules: citra-emu/soundtouch → citra-emu/ext-soundtouch | |||
| 2016-05-13 | gitmodules: citra-emu/soundtouch → citra-emu/ext-soundtouch | MerryMage | |
| 2016-05-13 | Use new shader-jit signature for interpreter | Jannik Vogel | |
| 2016-05-13 | Refactor access to state in shader-jit | Jannik Vogel | |
| 2016-05-12 | Merge pull request #1695 from Subv/tls_alloc | bunnei | |
| Kernel/Threads: Dynamically allocate the TLS region for threads. | |||
| 2016-05-12 | HLE/Applets: Give each applet its own block of heap memory, and use that ↵ | Subv | |
| when creating the framebuffer shared memory block. | |||
| 2016-05-12 | Kernel: Account for automatically-allocated shared memories in the amount of ↵ | Subv | |
| used linear heap memory. | |||
| 2016-05-12 | APT: Move the shared font loading and relocation functions to their own ↵ | Subv | |
| subdirectory services/apt/bcfnt. | |||
