| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Massive removal of unused modules | 2018-01-12 | 1 | -172/+0 | |
| | | |||||
| * | DSP: Create backing memory for entire DSP RAM | 2017-05-09 | 1 | -6/+8 | |
| | | | | | Also move address space mapping out of video_core. | ||||
| * | Fix typos | 2016-10-20 | 1 | -2/+2 | |
| | | |||||
| * | Use negative priorities to avoid special-casing the self-include | 2016-09-21 | 1 | -1/+1 | |
| | | |||||
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 1 | -2/+1 | |
| | | | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | ||||
| * | Manually tweak source formatting and then re-run clang-format | 2016-09-18 | 1 | -1/+2 | |
| | | |||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 1 | -8/+9 | |
| | | |||||
| * | audio_core: Tweak audio latency | 2016-09-07 | 1 | -1/+1 | |
| | | |||||
| * | audio_core: Add EnableStretching to interface so that one can toggle ↵ | 2016-08-31 | 1 | -9/+37 | |
| | | | | | stretching on and off | ||||
| * | sink: Change EnqueueSamples to take a pointer to a buffer instead of a ↵ | 2016-08-31 | 1 | -1/+2 | |
| | | | | | std::vector | ||||
| * | DSP/HLE: Audio output | 2016-05-19 | 1 | -0/+7 | |
| | | |||||
| * | DSP/HLE: Implement mixer processing | 2016-05-19 | 1 | -10/+44 | |
| | | |||||
| * | AudioCore: Implement time stretcher (#1737) | 2016-05-14 | 1 | -0/+16 | |
| | | | | | | | | | | | | | | | * 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 | ||||
| * | DSP/HLE: Implement Source processing | 2016-05-03 | 1 | -0/+24 | |
| | | |||||
| * | Audio: Add sink selection to configuration files | 2016-04-30 | 1 | -0/+9 | |
| | | |||||
| * | AudioCore: CurrentRegion() -> ReadRegion(), WriteRegion() | 2016-04-29 | 1 | -18/+26 | |
| | | |||||
| * | AudioCore: Skeleton Implementation | 2016-02-21 | 1 | -0/+42 | |
| This commit: * Adds a new subproject, audio_core. * Defines structures that exist in DSP shared memory. * Hooks up various other parts of the emulator into audio core. This sets the foundation for a later HLE DSP implementation. | |||||