index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
audio
/
audout_u.cpp
Age
Commit message (
Expand
)
Author
2019-03-06
hle/service/audio/audout_u: Correct lack of return in failure case of AppendA...
Lioncash
2019-03-05
hle/service/audio: Extract audio error codes to a header
Lioncash
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2018-12-03
Merge pull request #1803 from DarkLordZach/k-able-event
bunnei
2018-12-01
service/audio/audout_u: Amend constructor initialization list order
Lioncash
2018-11-29
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-11-22
audout_u: Add support for multiple IAudioOut streams.
bunnei
2018-09-19
Removed the use of rp.MakeBuilder
David Marcec
2018-09-11
service/audio: Replace includes with forward declarations where applicable
Lioncash
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-13
audout_u: Correct IAudioOut initializer list order
Lioncash
2018-08-04
audio_core: Use s16 where possible for audio samples.
bunnei
2018-08-04
audio_core: Port codec code from Citra for ADPCM decoding.
bunnei
2018-08-04
audio_core: Streams need unique names for CoreTiming.
bunnei
2018-07-31
audout_u: Remove std::move in OpenAudioOutImpl()
Lioncash
2018-07-30
audio_core: Move to audout_u impl.
bunnei
2018-07-27
audout: Implement IAudioOut interface with AudioCore.
bunnei
2018-07-24
core_timing: Split off utility functions into core_timing_util
MerryMage
2018-07-19
audout_u: Use a std::array instead of std::string for holding the audio inter...
Lioncash
2018-07-19
hle_ipc: Introduce generic WriteBuffer overload for multiple container types
Lioncash
2018-07-12
Audout "Auto" functions
David Marcec
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-05-20
Correct audio command numbers & add or rename some functions (#455)
greggameplayer
2018-04-30
core_timing: Namespace all functions and constants in core_timing's header
Lioncash
2018-04-24
audio: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-10
Updated audout with more service names.
Hexagon12
2018-04-02
audout_u: Implement GetAudioOutState.
bunnei
2018-03-04
CoreTiming: Unschedule the pending events when an Interface is destroyed.
Subv
2018-02-13
audio: Use WriteBuffer instead of BufferDescriptorB.
bunnei
2018-01-24
audout_u: Various cleanups.
bunnei
2018-01-24
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-24
service: Fix all incorrect IPC response headers.
bunnei
2018-01-24
audout:u OpenAudioOut and IAudioOut (#138)
st4rk
2018-01-22
Stub OpenAudioOut and fix a issue with HID IAppletResource being created more...
gdkchan
2018-01-21
Added stubs for audio services. (#116)
st4rk
2018-01-14
audio: Stub out AudOutU::ListAudioOuts.
bunnei
[prev]