mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 08:05:46 +00:00
Merge pull request #12814 from Kelebek1/time_new_ipc
Move time services to new IPC and add debug printing
This commit is contained in:
commit
9b07313a94
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