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
/
audren_u.cpp
Age
Commit message (
Expand
)
Author
2018-08-12
Merge pull request #1035 from ogniK5377/audio-dev-revision-info
bunnei
2018-08-12
GetAudioDeviceServiceWithRevisionInfo
David Marcec
2018-08-12
Pushed the requested sample rate instead of our fixed sample rate
David Marcec
2018-08-12
Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRende...
David Marcec
2018-08-04
audio_core: Implement audren_u audio playback.
bunnei
2018-07-24
core_timing: Split off utility functions into core_timing_util
MerryMage
2018-07-19
audren_u: Use a std::array instead of std::string for holding the audio inter...
Lioncash
2018-07-19
Merge pull request #726 from lioncash/overload
bunnei
2018-07-19
hle_ipc: Introduce generic WriteBuffer overload for multiple container types
Lioncash
2018-07-19
hle/service: Make constructors explicit where applicable
Lioncash
2018-07-13
We only need to alert for memory pool changes
David Marcec
2018-07-13
initialized voice status and unused sizes in the update data header
David Marcec
2018-07-03
Update AudioRenderer Voice Sections (#614)
David
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-06-25
Send the correct RequestUpdateAudioRenderer revision in the output header (#587)
David
2018-06-23
Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader ...
David
2018-06-22
Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes prope...
David
2018-06-21
Service/Audio: update audren:u service
mailwl
2018-06-20
Build: Fixed some MSVC warnings in various parts of the code.
Subv
2018-05-25
GetAudioRendererWorkBufferSize impl (#465)
David
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-26
Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-impl
David Marcec
2018-04-24
audio: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-22
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...
David Marcec
2018-04-21
Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersi...
David Marcec
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-10
Updated audren with more service names.
Hexagon12
2018-04-02
audren_u: Stub out GetActiveAudioDeviceName.
bunnei
2018-03-29
audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount.
bunnei
2018-03-25
audren_u: Fix GetAudioDevice.
bunnei
2018-03-04
CoreTiming: Unschedule the pending events when an Interface is destroyed.
Subv
2018-02-22
Stub more functions
mailwl
2018-02-16
Service/hid: stub some functions
mailwl
2018-02-13
audio: Use WriteBuffer instead of BufferDescriptorB.
bunnei
2018-02-13
audren_u: Schedule reoccuring event. (#183)
bunnei
2018-02-12
Add RequestUpdateAudioRenderer, StartAudioRenderer and StopAudioRenderer stub...
gdkchan
2018-02-07
Service: stub some functions in am, audio, time, vi services
mailwl
2018-01-21
Added stubs for audio services. (#116)
st4rk