citra-emu
/
citra-canary
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-canary/src/audio_core/hle
James Rowe e53a2ac411 Reenable AAC FFMPEG decoding
Simple cut/paste issue where initialized is only set to true when the
emulation attempts to init the Binary Pipe, but we used it to test if
the FFMPEG decoder was valid and disabled it if it wasn't. Just return
the value of have_ffmpeg_dl instead so when dynamic loading is added
it'll still work.
2019-12-16 19:23:43 -07: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 more reviews addressed 2019-02-09 11:55:12 +01:00
decoder.h Improve aac decoder selection 2019-12-08 16:18:39 -07:00
ffmpeg_decoder.cpp Reenable AAC FFMPEG decoding 2019-12-16 19:23:43 -07: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 Improve aac decoder selection 2019-12-08 16:18:39 -07:00
hle.h audio_core/hle,lle: implement UnloadComponent 2018-12-21 20:49:21 -05:00
mixers.cpp audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
mixers.h audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
pipe.h audio_core: Remove global state 2018-02-03 15:15:17 +00:00
shared_memory.h Merge pull request #4655 from tgsm/gcc-version 2019-02-22 16:21:21 -05:00
source.cpp audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
source.h audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
wmf_decoder.cpp Improve aac decoder selection 2019-12-08 16:18:39 -07:00
wmf_decoder.h Improve aac decoder selection 2019-12-08 16:18:39 -07:00
wmf_decoder_utils.cpp Dynamically load Media Foundation 2019-12-08 13:54:27 -07:00
wmf_decoder_utils.h Dynamically load Media Foundation 2019-12-08 13:54:27 -07:00