Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core_timing: Convert core timing into a class | Lioncash | 2019-02-16 | 1 | -3/+5 |
| | | | | | | | | | | | Gets rid of the largest set of mutable global state within the core. This also paves a way for eliminating usages of GetInstance() on the System class as a follow-up. Note that no behavioral changes have been made, and this simply extracts the functionality into a class. This also has the benefit of making dependencies on the core timing functionality explicit within the relevant interfaces. | ||||
* | core_timing: Rename CoreTiming namespace to Core::Timing | Lioncash | 2019-02-12 | 1 | -11/+11 |
| | | | | | | Places all of the timing-related functionality under the existing Core namespace to keep things consistent, rather than having the timing utilities sitting in its own completely separate namespace. | ||||
* | stream: Preserve enum class type in GetState() | Lioncash | 2018-09-24 | 1 | -7/+7 |
| | | | | | | Preserves the meaning/type-safetiness of the stream state instead of making it an opaque u32. This makes it usable for other things outside of the service HLE context. | ||||
* | Added audren:u#GetAudioRendererState | David Marcec | 2018-09-23 | 1 | -0/+3 |
| | |||||
* | stream: Replace includes with forward declarations where applicable | Lioncash | 2018-09-17 | 1 | -3/+6 |
| | | | | | Avoids propagating includes in headers where it's not necessary to do so. | ||||
* | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 2018-09-15 | 1 | -2/+2 |
| | |||||
* | audio_core: Use s16 where possible for audio samples. | bunnei | 2018-08-05 | 1 | -3/+0 |
| | |||||
* | audio_core: Streams need unique names for CoreTiming. | bunnei | 2018-08-04 | 1 | -1/+3 |
| | |||||
* | audio_core: Implement Sink and SinkStream interfaces with cubeb. | bunnei | 2018-07-31 | 1 | -2/+5 |
| | |||||
* | audio_core: Misc. improvements to stream/buffer/audio_out. | bunnei | 2018-07-31 | 1 | -2/+13 |
| | |||||
* | audio_core: Add initial code for keeping track of audout state. | bunnei | 2018-07-28 | 1 | -0/+89 |