summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audren_u.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-24Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader (#583)David1-2/+2
* Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader According to game symbols(SMO), there's references to UpdateDataHeader which seems to be what AudioRendererResponse actually is * oops * AudioRendererParameters should be AudioRendererParameter according to SMO
2018-06-23Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes properly (#580)David1-19/+18
* Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes properly This fixes RequestUpdateAudioRenderer deadlocks in games like Puyo Puyo Tetris and games which require a proper section size in games such as Retro City Rampage. This fixes causes various games to start rendering or trying to render
2018-06-21Service/Audio: update audren:u servicemailwl1-3/+3
2018-05-26GetAudioRendererWorkBufferSize impl (#465)David1-0/+25
* GetAudioRendererWorkBufferSize impl Impl of GetAudioRendererWorkBufferSize based on RE, if this can be cleaned up, please contribute! * Naming conventions * Removed unneeded placeholder * lioncache changes * fixed const * switched to Common::AlignUp
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
Tidies up namespace declarations
2018-03-25audren_u: Fix GetAudioDevice.bunnei1-1/+1
2018-02-14audren_u: Schedule reoccuring event. (#183)bunnei1-0/+1
* audren_u: Schedule reoccuring event. * audren_u: Stub GetAudioRenderersProcessMasterVolume, and misc. changes.
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl1-0/+4
2018-01-22Added stubs for audio services. (#116)st4rk1-2/+9
* stubs for audout:u, audin:u, audrec:u, audren:u, codecctl and decoding tables with nullptr for future implementations * fixing the changes requested (remove private, explicit)
2018-01-15audio: Stub out AudOutU::ListAudioOuts.bunnei1-3/+3
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-29service: Add empty interface for pctl:a.bunnei1-3/+3
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-12/+3
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei1-0/+25