1
0
Fork 0
forked from suyu/suyu
suyu/src/core/hle/service/audio
Lioncash c20cea118b audout_u: Use a std::array instead of std::string for holding the audio interface name
Uses a type that doesn't potentially dynamically allocate, and ensures
that the name of the interface is properly null-terminated when writing
it to the buffer.
2018-07-19 23:15:00 -04:00
..
audin_u.cpp Correct audio command numbers & add or rename some functions (#455) 2018-05-20 23:48:44 -04:00
audin_u.h service: Use nested namespace specifiers where applicable 2018-04-19 22:20:28 -04:00
audio.cpp Service/Audio: add hwopus service, stub GetWorkBufferSize function 2018-06-25 16:44:17 +03:00
audio.h service: Use nested namespace specifiers where applicable 2018-04-19 22:20:28 -04:00
audout_u.cpp audout_u: Use a std::array instead of std::string for holding the audio interface name 2018-07-19 23:15:00 -04:00
audout_u.h Audout "Auto" functions 2018-07-12 16:57:31 +10:00
audrec_u.cpp Correct audio command numbers & add or rename some functions (#455) 2018-05-20 23:48:44 -04:00
audrec_u.h service: Use nested namespace specifiers where applicable 2018-04-19 22:20:28 -04:00
audren_u.cpp Merge pull request #726 from lioncash/overload 2018-07-19 16:18:38 -07:00
audren_u.h Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader (#583) 2018-06-23 20:46:29 -04:00
codecctl.cpp Correct audio command numbers & add or rename some functions (#455) 2018-05-20 23:48:44 -04:00
codecctl.h service: Use nested namespace specifiers where applicable 2018-04-19 22:20:28 -04:00
hwopus.cpp Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
hwopus.h Service/Audio: add hwopus service, stub GetWorkBufferSize function 2018-06-25 16:44:17 +03:00