index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio_core
/
renderer
/
adsp
/
audio_renderer.cpp
Age
Commit message (
Expand
)
Author
2023-09-04
Rework ADSP into a wrapper for apps
Kelebek1
2023-06-07
core_timing: Use CNTPCT as the guest CPU tick
Morph
2023-06-04
audio_renderer: resolve adsp thread deadlock shutdown
Liam
2023-05-18
Smooth out the DSP callback by adding a 5ms wait time limit
Kelebek1
2023-03-27
audio: Wait for samples on the emulated DSP side to avoid desyncs
Billy Laws
2023-03-12
general: fix spelling mistakes
Liam
2023-03-07
core: Promote CPU/GPU threads to time critical
Morph
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change cons...
arades79
2023-02-14
add static lifetime to constexpr values to force compile time evaluation wher...
arades79
2022-10-03
common: remove "yuzu:" prefix from thread names
Liam
2022-09-21
audio_renderer: Make GetCommandBuffer() take a u32
Lioncash
2022-09-16
audio_renderer: Pass command buffer by const reference
Lioncash
2022-09-02
Rework audio output, connecting AudioOut into coretiming to fix desync during...
Kelebek1
2022-07-22
Project Andio
Kelebek1