citra/src/audio_core/hle
FearlessTobi 51d348b087 General: Make use of std::nullopt where applicable
Allows some implementations to avoid completely zeroing out the internal
buffer of the optional, and instead only set the validity byte within
the structure.

This also makes it consistent how we return empty optionals.

Co-Authored-By: LC <712067+lioncash@users.noreply.github.com>
2020-10-03 17:25:54 +02:00
..
adts.h audio_core: hle: mf: address yet another batch of reviews 2019-02-09 13:55:42 -07:00
adts_reader.cpp audio_core: hle: mf: address yet another batch of reviews 2019-02-09 13:55:42 -07:00
common.h audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
decoder.cpp General: Make use of std::nullopt where applicable 2020-10-03 17:25:54 +02:00
decoder.h Add sample rate field to AAC decoder (#5195) 2020-04-21 20:34:50 -05:00
fdk_decoder.cpp Add sample rate field to AAC decoder (#5195) 2020-04-21 20:34:50 -05:00
fdk_decoder.h Implements fdk_aac decoder (#4764) 2020-02-23 11:01:21 +01:00
ffmpeg_decoder.cpp Add sample rate field to AAC decoder (#5195) 2020-04-21 20:34:50 -05:00
ffmpeg_decoder.h Improve aac decoder selection 2019-12-08 16:18:39 -07:00
ffmpeg_dl.cpp more reviews addressed 2019-02-09 11:55:12 +01:00
ffmpeg_dl.h more reviews addressed 2019-02-09 11:55:12 +01:00
filter.cpp audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
filter.h audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
hle.cpp Update comments after hardware testing 2020-06-10 23:05:02 -04:00
hle.h Reworked DSP serialization 2020-02-13 17:42:12 +08:00
mediandk_decoder.cpp Add sample rate field to AAC decoder (#5195) 2020-04-21 20:34:50 -05:00
mediandk_decoder.h mediandk for android (#4921) 2020-03-16 21:07:22 -05:00
mixers.cpp audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
mixers.h Reworked DSP serialization 2020-02-13 17:42:12 +08:00
pipe.h audio_core: Remove global state 2018-02-03 15:15:17 +00:00
shared_memory.h Reworked DSP serialization 2020-02-13 17:42:12 +08:00
source.cpp HLE Audio: Increase frame position by input buffer sample rate (#5049) 2020-03-28 10:39:50 -05:00
source.h Reworked DSP serialization 2020-02-13 17:42:12 +08:00
wmf_decoder.cpp General: Make use of std::nullopt where applicable 2020-10-03 17:25:54 +02:00
wmf_decoder.h Improve aac decoder selection 2019-12-08 16:18:39 -07:00
wmf_decoder_utils.cpp Actually return true if InitMFDLL succeeded (#5470) 2020-07-23 00:46:10 -04:00
wmf_decoder_utils.h Dynamically load Media Foundation 2019-12-08 13:54:27 -07:00