Weiyi Wang
|
7f568a3c19
|
DSP/HLE: move implementation of RecvData to audio_core, behind common interface
|
2018-12-21 20:49:19 -05:00 |
|
MerryMage
|
eed55a813e
|
time_stretch: Simplify audio stretcher
|
2018-09-08 22:09:26 +01:00 |
|
MerryMage
|
f34711219a
|
audio_core: Simplify sink interface
|
2018-09-08 22:09:26 +01:00 |
|
Weiyi Wang
|
7d8f115185
|
Prefix all size_t with std::
done automatically by executing regex replace `([^:0-9a-zA-Z_])size_t([^0-9a-zA-Z_])` -> `$1std::size_t$2`
|
2018-09-06 16:03:28 -04:00 |
|
NarcolepticK
|
8f70e9a318
|
service/dsp: Addressed comments about function name and pointer type
|
2018-07-29 15:18:30 -04:00 |
|
NarcolepticK
|
b840c63386
|
service/dsp: Clean up global state
|
2018-07-24 16:15:37 -04:00 |
|
James Rowe
|
2f8c9c8126
|
Merge pull request #3831 from FearlessTobi/add-volume-slider
citra_qt: Add a volume slider
|
2018-07-18 09:56:47 -06:00 |
|
fearlessTobi
|
a780f3821e
|
citra_qt: Add a volume slider
|
2018-07-03 17:26:50 +02:00 |
|
MerryMage
|
d269beab0d
|
sink_details: Listing available devices should be separate from sink construction
|
2018-07-02 14:09:17 +01:00 |
|
MerryMage
|
ab3d53131a
|
audio_core: Remove global state
|
2018-02-03 15:15:17 +00:00 |
|