| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-03 | common: remove "yuzu:" prefix from thread names | Liam | |
| 2022-09-21 | audio_renderer: Make GetCommandBuffer() take a u32 | Lioncash | |
| This function is only ever called with unsigned types, and all of the other interface functions take session_id as a u32, so this makes the class a little more consistent. | |||
| 2022-09-16 | Merge pull request #8914 from lioncash/audio-const | bunnei | |
| audio_core: Mark several member functions as const | |||
| 2022-09-16 | Merge pull request #8911 from lioncash/cexpr-string | Morph | |
| audio_device: Make AudioDeviceName constructor constexpr | |||
| 2022-09-16 | audio_renderer: Pass command buffer by const reference | Lioncash | |
| This is just being copied and isn't modified at all. | |||
| 2022-09-16 | node_states: Mark relevant member functions as const | Lioncash | |
| 2022-09-16 | i3dl2/reverb: Mark relevant member functions as const | Lioncash | |
| These two don't modify member state. | |||
| 2022-09-16 | behavior_info: Mark CopyErrorInfo as const | Lioncash | |
| This doesn't modify member state. We can also mark the parameter of AppendError as const as well, since it isn't modified. | |||
| 2022-09-16 | audio_device: Mark GetDeviceVolume as const | Lioncash | |
| This doesn't modify instance state. | |||
| 2022-09-15 | Merge pull request #8878 from Kelebek1/remove_pause | bunnei | |
| Remove pause callbacks from coretiming | |||
| 2022-09-15 | Merge pull request #8901 from lioncash/docs | liamwhite | |
| audio_core: Amend documentation comment tags | |||
| 2022-09-15 | audio_core: Amend documentation tags | Lioncash | |
| Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot. | |||
| 2022-09-15 | audio_device: Mark member functions as const where applicable | Lioncash | |
| These member functions don't modify any internal state. | |||
| 2022-09-15 | audio_device: Make AudioDeviceName constructor constexpr | Lioncash | |
| These are used as read-only arrays, so we can make the data read-only and available at compile-time. Now constructing an AudioDevice no longer needs to initialize some tables | |||
| 2022-09-13 | compressor: Simplify memset in InitializeCompressorEffect | Lioncash | |
| Provides equivalent behavior while being significantly smaller. | |||
| 2022-09-13 | compressor: Mark params parameters as const | Lioncash | |
| These functions don't modify the parameters. | |||
| 2022-09-13 | compressor: Remove unneeded casts in ApplyCompressorEffect | Lioncash | |
| Same behavior, but also silences a -Wcast-qual warning, since the second cast casts away const. | |||
| 2022-09-13 | Remove pause callbacks from coretiming | Kelebek1 | |
| 2022-09-02 | Rework audio output, connecting AudioOut into coretiming to fix desync ↵ | Kelebek1 | |
| during heavy loads. | |||
| 2022-07-29 | audio_core: fix -Wuninitialized when compiling with ASan | Liam | |
| 2022-07-27 | Avoid depop out of bounds | Kelebek1 | |
| 2022-07-22 | Project Andio | Kelebek1 | |
