citra/src/audio_core/hle
Weiyi Wang ec01975549 audio_core: pass in memory reference
Because HLE::Source is initialized as an array in the member initializer, it is hard to let it accept the reference on ctor, so it has a second init stage performed by DspHle::Impl::Impl
2018-12-05 20:16:42 -05:00
..
common.h Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
filter.cpp Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
filter.h audio_core: Remove global state 2018-02-03 15:15:17 +00:00
hle.cpp audio_core: pass in memory reference 2018-12-05 20:16:42 -05:00
hle.h audio_core: pass in memory reference 2018-12-05 20:16:42 -05:00
mixers.cpp Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
mixers.h audio_core: Remove global state 2018-02-03 15:15:17 +00:00
pipe.h audio_core: Remove global state 2018-02-03 15:15:17 +00:00
shared_memory.h fixup! audio_core: Remove global state 2018-02-04 22:23:51 +00:00
source.cpp audio_core: pass in memory reference 2018-12-05 20:16:42 -05:00
source.h audio_core: pass in memory reference 2018-12-05 20:16:42 -05:00