mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 11:27:57 -05:00
Move time services to new IPC.
Add some fixes/improvements to usage with the new IPC
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user