aports/testing/pcsx2/fast-float.patch
psykose 15e09c3f5d
testing/pcsx2: upgrade to 1.7.3338
bring back qt build- i was an idiot and controllers are fine with sdl.

only issue is that there is no mapping for them by default, but hitting
automap in the settings works fine.
2022-09-26 15:02:27 +02:00

15 lines
716 B
Diff

we use system ryml so the checkouts are missing, just pull it directly.
diff --git a/cmake/SearchForStuff.cmake b/cmake/SearchForStuff.cmake
index f7381e1..f1e6f11 100644
--- a/cmake/SearchForStuff.cmake
+++ b/cmake/SearchForStuff.cmake
@@ -258,7 +258,7 @@ endif()
# for now.
#add_subdirectory(3rdparty/rapidyaml/rapidyaml/ext/c4core/src/c4/ext/fast_float EXCLUDE_FROM_ALL)
add_library(fast_float INTERFACE)
-target_include_directories(fast_float INTERFACE 3rdparty/rapidyaml/rapidyaml/ext/c4core/src/c4/ext/fast_float/include)
+target_include_directories(fast_float INTERFACE 3rdparty/fast_float/include)
add_subdirectory(3rdparty/jpgd EXCLUDE_FROM_ALL)
add_subdirectory(3rdparty/simpleini EXCLUDE_FROM_ALL)