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
/
hle
/
dsp.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-2
/
+0
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-30
/
+42
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-62
/
+76
*
audio_core: Add EnableStretching to interface so that one can toggle stretching on and off
MerryMage
2016-08-31
1
-0
/
+8
*
DSP/HLE: Implement mixer processing
MerryMage
2016-05-19
1
-1
/
+1
*
HLE: Fix recent DSP change for Visual Studio.
bunnei
2016-05-07
1
-4
/
+2
*
DSP/HLE: Implement Source processing
MerryMage
2016-05-03
1
-4
/
+4
*
Audio: Add sink selection to configuration files
MerryMage
2016-04-30
1
-0
/
+11
*
Merge pull request #1726 from MerryMage/read-write-region
bunnei
2016-04-29
1
-6
/
+3
|
\
|
*
AudioCore: CurrentRegion() -> ReadRegion(), WriteRegion()
MerryMage
2016-04-29
1
-6
/
+3
*
|
AudioCore: Move samples_per_frame and num_sources into hle/common.h
MerryMage
2016-04-28
1
-6
/
+6
|
/
*
DSP: Implement audio filters (simple, biquad)
MerryMage
2016-03-28
1
-7
/
+10
*
DSP: Implement Pipe 2
MerryMage
2016-03-06
1
-4
/
+41
*
AudioCore: Skeleton Implementation
MerryMage
2016-02-21
1
-0
/
+502