audio: split IHardwarweOpusDecoder, move IHardwareOpusDecoderManager

This commit is contained in:
Liam 2024-02-20 00:55:02 -05:00
parent 62083fcafd
commit f65539504f
7 changed files with 556 additions and 509 deletions

View file

@ -512,8 +512,10 @@ add_library(core STATIC
hle/service/audio/final_output_recorder_manager_for_applet.h
hle/service/audio/final_output_recorder_manager.cpp
hle/service/audio/final_output_recorder_manager.h
hle/service/audio/hwopus.cpp
hle/service/audio/hwopus.h
hle/service/audio/hardware_opus_decoder_manager.cpp
hle/service/audio/hardware_opus_decoder_manager.h
hle/service/audio/hardware_opus_decoder.cpp
hle/service/audio/hardware_opus_decoder.h
hle/service/bcat/backend/backend.cpp
hle/service/bcat/backend/backend.h
hle/service/bcat/bcat.cpp