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
/
command
/
effect
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-04
Rework ADSP into a wrapper for apps
Kelebek1
18
-118
/
+127
2023-07-03
Use spans over guest memory where possible instead of copying data.
Kelebek1
1
-63
/
+19
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
5
-25
/
+25
2023-03-02
Fix a bug with the Reverb command in reading from the pre_delay line.
Kelebek1
1
-1
/
+2
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
arades79
4
-14
/
+14
2023-02-14
add static lifetime to constexpr values to force compile time evaluation where possible
arades79
4
-14
/
+14
2023-02-11
Add fallback for memory read/write in case the address goes over a 4K page
Kelebek1
1
-12
/
+64
2023-02-11
Fix depop prepare receiving bad mix infos and writing out of bounds, and update aux a bit, may help
Kelebek1
1
-39
/
+39
2023-02-10
biquad_filter: Clamp f64 in ApplyBiquadFilterFloat
Merry
1
-3
/
+3
2023-02-10
biquad_filter: Fix rounding in ApplyBiquadFilterInt
Merry
1
-20
/
+12
2022-11-23
general: fix compile for Apple Clang
Liam
2
-0
/
+2
2022-10-22
general: Resolve -Wclass-memaccess
Morph
2
-2
/
+2
2022-09-13
compressor: Simplify memset in InitializeCompressorEffect
Lioncash
1
-1
/
+1
2022-09-13
compressor: Mark params parameters as const
Lioncash
1
-3
/
+3
2022-09-13
compressor: Remove unneeded casts in ApplyCompressorEffect
Lioncash
1
-2
/
+1
2022-07-22
Project Andio
Kelebek1
18
-0
/
+2611