summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/system_manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-141-1/+1
| | | | Signed-off-by: arades79 <scravers@protonmail.com>
* add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-141-1/+1
| | | | Signed-off-by: arades79 <scravers@protonmail.com>
* common: remove "yuzu:" prefix from thread namesLiam2022-10-041-1/+1
|
* Remove pause callbacks from coretimingKelebek12022-09-131-10/+1
|
* Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek12022-09-021-31/+4
|
* Project AndioKelebek12022-07-221-0/+162