yuzu/src/core/hle/service/audio
st4rk 44eb840232 audout:u OpenAudioOut and IAudioOut (#138)
* Updated the audout:u and IAudioOut, now it might work with RetroArch without trigger an assert, however it's not the ideal implementation

* Updated the audout:u and IAudioOut, now it might work with RetroArch without trigger an assert, however it's not the ideal implementation

* audout:u OpenAudioOut implementation and IAudioOut cmd 1,2,3,4,5 implementation

* using an enum for audio_out_state as well as changing its initialize to member initializer list

* Minor fixes, added Service_Audio for LOG_*, changed PcmFormat enum to EnumClass

* Minor fixes, added Service_Audio for LOG_*, changed PcmFormat enum to EnumClass

* added missing Audio loggin subclass, minor fixes, clang comment breakline

* Solving backend logging conflict

* minor fix

* Fixed duplicated Service NVDRV in backend.cpp, my bad
2018-01-24 22:17:54 -05:00
..
audin_u.cpp Added stubs for audio services. (#116) 2018-01-21 22:03:36 -05:00
audin_u.h Added stubs for audio services. (#116) 2018-01-21 22:03:36 -05:00
audio.cpp Added stubs for audio services. (#116) 2018-01-21 22:03:36 -05:00
audio.h audio: Stub out AudOutU::ListAudioOuts. 2018-01-14 21:45:06 -05:00
audout_u.cpp audout:u OpenAudioOut and IAudioOut (#138) 2018-01-24 22:17:54 -05:00
audout_u.h audout:u OpenAudioOut and IAudioOut (#138) 2018-01-24 22:17:54 -05:00
audrec_u.cpp Added stubs for audio services. (#116) 2018-01-21 22:03:36 -05:00
audrec_u.h Added stubs for audio services. (#116) 2018-01-21 22:03:36 -05:00
audren_u.cpp Added stubs for audio services. (#116) 2018-01-21 22:03:36 -05:00
audren_u.h Added stubs for audio services. (#116) 2018-01-21 22:03:36 -05:00
codecctl.cpp Added stubs for audio services. (#116) 2018-01-21 22:03:36 -05:00
codecctl.h Added stubs for audio services. (#116) 2018-01-21 22:03:36 -05:00