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