index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
audio_core
/
renderer
/
adsp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core_timing: Use CNTPCT as the guest CPU tick
Morph
2023-06-08
3
-5
/
+2
*
audio_renderer: resolve adsp thread deadlock shutdown
Liam
2023-06-04
2
-6
/
+6
*
Smooth out the DSP callback by adding a 5ms wait time limit
Kelebek1
2023-05-18
1
-0
/
+5
*
Merge pull request #9969 from bylaws/master
bunnei
2023-04-01
2
-0
/
+3
|
\
|
*
Run clang-format
Billy Laws
2023-03-27
1
-1
/
+1
|
*
audio: Wait for samples on the emulated DSP side to avoid desyncs
Billy Laws
2023-03-27
2
-0
/
+3
*
|
memory: rename global memory references to application memory
Liam
2023-03-24
2
-2
/
+2
|
/
*
general: fix spelling mistakes
Liam
2023-03-12
1
-1
/
+1
*
core: Promote CPU/GPU threads to time critical
Morph
2023-03-08
1
-1
/
+1
*
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
arades79
2023-02-14
1
-2
/
+2
*
add static lifetime to constexpr values to force compile time evaluation where possible
arades79
2023-02-14
1
-2
/
+2
*
common: remove "yuzu:" prefix from thread names
Liam
2022-10-04
1
-1
/
+1
*
audio_renderer: Make GetCommandBuffer() take a u32
Lioncash
2022-09-21
2
-2
/
+2
*
audio_renderer: Pass command buffer by const reference
Lioncash
2022-09-16
4
-4
/
+4
*
audio_core: Amend documentation tags
Lioncash
2022-09-15
3
-11
/
+10
*
Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.
Kelebek1
2022-09-02
1
-8
/
+1
*
Project Andio
Kelebek1
2022-07-22
7
-0
/
+968