Continue integrating n64 core

This commit is contained in:
CocoSimone
2022-06-30 21:07:58 +02:00
parent b2beeaf2a5
commit 474e30da73
28 changed files with 1381 additions and 85 deletions

View File

@@ -52,7 +52,9 @@ target_include_directories(parallel-rdp PUBLIC
parallel-rdp-standalone/spirv-cross
parallel-rdp-standalone/vulkan
parallel-rdp-standalone/vulkan-headers/include
parallel-rdp-standalone/util)
parallel-rdp-standalone/util
../src/core/n64
)
if(WIN32)
target_compile_definitions(parallel-rdp PUBLIC VK_USE_PLATFORM_WIN32_KHR)