mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-10 04:40:05 +00:00
tests: Port merry's audio tests (#7354)
This commit is contained in:
parent
789654d7da
commit
228f26d1e4
8 changed files with 705 additions and 1 deletions
|
@ -13,6 +13,11 @@ add_executable(tests
|
|||
audio_core/audio_fixures.h
|
||||
audio_core/decoder_tests.cpp
|
||||
video_core/shader/shader_jit_compiler.cpp
|
||||
audio_core/merryhime_3ds_audio/merry_audio/merry_audio.cpp
|
||||
audio_core/merryhime_3ds_audio/merry_audio/merry_audio.h
|
||||
audio_core/merryhime_3ds_audio/merry_audio/service_fixture.cpp
|
||||
audio_core/merryhime_3ds_audio/merry_audio/service_fixture.h
|
||||
audio_core/merryhime_3ds_audio/audio_test_biquad_filter.cpp
|
||||
)
|
||||
|
||||
create_target_directory_groups(tests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue