Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massive removal of unused modules | James Rowe | 2018-01-13 | 1 | -172/+0 |
| | |||||
* | DSP: Create backing memory for entire DSP RAM | Yuri Kunde Schlesner | 2017-05-10 | 1 | -6/+8 |
| | | | | Also move address space mapping out of video_core. | ||||
* | Fix typos | Ricardo de Almeida Gonzaga | 2016-10-20 | 1 | -2/+2 |
| | |||||
* | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 2016-09-21 | 1 | -1/+1 |
| | |||||
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 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 | Yuri Kunde Schlesner | 2016-09-19 | 1 | -1/+2 |
| | |||||
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 1 | -8/+9 |
| | |||||
* | audio_core: Tweak audio latency | MerryMage | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | audio_core: Add EnableStretching to interface so that one can toggle stretching on and off | MerryMage | 2016-08-31 | 1 | -9/+37 |
| | |||||
* | sink: Change EnqueueSamples to take a pointer to a buffer instead of a std::vector | MerryMage | 2016-08-31 | 1 | -1/+2 |
| | |||||
* | DSP/HLE: Audio output | MerryMage | 2016-05-19 | 1 | -0/+7 |
| | |||||
* | DSP/HLE: Implement mixer processing | MerryMage | 2016-05-19 | 1 | -10/+44 |
| | |||||
* | AudioCore: Implement time stretcher (#1737) | Maribel | 2016-05-15 | 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 | MerryMage | 2016-05-03 | 1 | -0/+24 |
| | |||||
* | Audio: Add sink selection to configuration files | MerryMage | 2016-04-30 | 1 | -0/+9 |
| | |||||
* | AudioCore: CurrentRegion() -> ReadRegion(), WriteRegion() | MerryMage | 2016-04-29 | 1 | -18/+26 |
| | |||||
* | AudioCore: Skeleton Implementation | MerryMage | 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. |