mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 19:35:47 +00:00
Move time services to new IPC.
Add some fixes/improvements to usage with the new IPC
This commit is contained in:
parent
29b2c706de
commit
05afa94a3b
42 changed files with 1256 additions and 2091 deletions
|
@ -289,8 +289,6 @@ add_library(video_core STATIC
|
|||
vulkan_common/vulkan.h
|
||||
)
|
||||
|
||||
create_target_directory_groups(video_core)
|
||||
|
||||
target_link_libraries(video_core PUBLIC common core)
|
||||
target_link_libraries(video_core PUBLIC glad shader_recompiler stb bc_decoder)
|
||||
|
||||
|
@ -365,3 +363,5 @@ endif()
|
|||
if (ANDROID AND ARCHITECTURE_arm64)
|
||||
target_link_libraries(video_core PRIVATE adrenotools)
|
||||
endif()
|
||||
|
||||
create_target_directory_groups(video_core)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue