Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | source: Fix missing logging arguments | Lioncash | 2016-05-09 | 1 | -2/+2 |
| | | | | Silences two warnings on OSX. | ||||
* | fixup simple type conversions where possible | Alexander Laties | 2016-05-07 | 2 | -6/+15 |
| | |||||
* | HLE: Fix recent DSP change for Visual Studio. | bunnei | 2016-05-07 | 1 | -4/+2 |
| | |||||
* | DSP/HLE: Implement Source processing | MerryMage | 2016-05-03 | 6 | -5/+494 |
| | |||||
* | Audio: Add sink selection to configuration files | MerryMage | 2016-04-30 | 2 | -0/+20 |
| | |||||
* | Merge pull request #1726 from MerryMage/read-write-region | bunnei | 2016-04-29 | 2 | -24/+29 |
|\ | | | | | AudioCore: CurrentRegion() -> ReadRegion(), WriteRegion() | ||||
| * | AudioCore: CurrentRegion() -> ReadRegion(), WriteRegion() | MerryMage | 2016-04-29 | 2 | -24/+29 |
| | | |||||
* | | AudioCore: Move samples_per_frame and num_sources into hle/common.h | MerryMage | 2016-04-28 | 2 | -10/+11 |
|/ | |||||
* | DSP_DSP: Updated interrupt implementation | MerryMage | 2016-04-27 | 1 | -0/+4 |
| | |||||
* | DSP/Pipe: There are 8 pipes | MerryMage | 2016-04-25 | 2 | -13/+19 |
| | |||||
* | DSP: Implement audio filters (simple, biquad) | MerryMage | 2016-03-28 | 4 | -7/+272 |
| | |||||
* | DSP: Implement Pipe 2 | MerryMage | 2016-03-06 | 3 | -34/+194 |
| | | | | | | Pipe 2 is a DSP pipe that is used to initialize both the DSP hardware (the application signals to the DSP to initialize) and the application (the DSP provides the memory location of structures in the shared memory region). | ||||
* | AudioCore: Skeleton Implementation | MerryMage | 2016-02-21 | 4 | -0/+637 |
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. |