diff --git a/CMakeLists.txt b/CMakeLists.txt index 66e82dd..f868b10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/lib/RecompFrontend b/lib/RecompFrontend index b3b7ebb..d0d90ba 160000 --- a/lib/RecompFrontend +++ b/lib/RecompFrontend @@ -1 +1 @@ -Subproject commit b3b7ebb4ec1a8a763c0191486f1b3329f9499a48 +Subproject commit d0d90ba49f46f4896aaeda362056c21b1e342561