Merge pull request #12814 from Kelebek1/time_new_ipc

Move time services to new IPC and add debug printing
This commit is contained in:
liamwhite 2024-01-29 09:08:46 -05:00 committed by GitHub
commit 90cb852908
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 1256 additions and 2091 deletions

View file

@ -210,8 +210,6 @@ add_library(audio_core STATIC
sink/sink_stream.h
)
create_target_directory_groups(audio_core)
if (MSVC)
target_compile_options(audio_core PRIVATE
/we4242 # 'identifier': conversion from 'type1' to 'type2', possible loss of data
@ -267,3 +265,5 @@ endif()
if (YUZU_USE_PRECOMPILED_HEADERS)
target_precompile_headers(audio_core PRIVATE precompiled_headers.h)
endif()
create_target_directory_groups(audio_core)