mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
common: Rework timekeeping with native RDTSC and port to linux
This commit is contained in:
3
third-party/CMakeLists.txt
vendored
3
third-party/CMakeLists.txt
vendored
@@ -30,7 +30,6 @@ add_subdirectory(toml11 EXCLUDE_FROM_ALL)
|
||||
|
||||
# Vulkan
|
||||
add_subdirectory(vulkan EXCLUDE_FROM_ALL)
|
||||
target_include_directories(vulkan-1 INTERFACE vulkan/include)
|
||||
|
||||
# Winpthreads
|
||||
if (WIN32)
|
||||
@@ -66,6 +65,6 @@ target_include_directories(imgui PUBLIC
|
||||
imgui/include
|
||||
)
|
||||
|
||||
target_link_libraries(imgui PRIVATE SDL3-shared ${CMAKE_DL_LIBS} Zydis winpthread discord-rpc)
|
||||
target_link_libraries(imgui PRIVATE SDL3-shared ${CMAKE_DL_LIBS} Zydis discord-rpc)
|
||||
|
||||
|
||||
|
||||
2
third-party/fmt
vendored
2
third-party/fmt
vendored
Submodule third-party/fmt updated: 661b23edeb...8e42eef495
2
third-party/spdlog
vendored
2
third-party/spdlog
vendored
Submodule third-party/spdlog updated: 76dfc7e7c0...134f9194bb
2
third-party/vulkan
vendored
2
third-party/vulkan
vendored
Submodule third-party/vulkan updated: 8c9feb4f48...72b2e74075
Reference in New Issue
Block a user