Various build fixes. (#302)

* Fix Windows build by adding __PRFCHWINTRIN_H.

* Update RecompFrontend for include order fixes.

* Move definition to top level.
This commit is contained in:
Darío
2026-07-23 00:57:59 -03:00
committed by GitHub
parent b2b8f0c930
commit f44ec040cc
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -43,7 +43,10 @@ endif()
set(RT64_STATIC TRUE)
set(RT64_SDL_WINDOW_VULKAN TRUE)
add_compile_definitions(HLSL_CPU)
add_compile_definitions(
HLSL_CPU
__PRFCHWINTRIN_H
)
if (RECOMP_FLATPAK)
add_compile_definitions(RECOMP_FLATPAK)