This commit is contained in:
lizzie 2025-12-05 03:49:45 +00:00
parent f0ace14888
commit 65c31ce6bd
8 changed files with 41 additions and 22 deletions

View file

@ -7,7 +7,7 @@ index 0129511c..10fc9b04 100644
#endif // defined(_MSC_VER) && (_MSC_VER >= 1200)
+// hacky fix for ps4
+#if defined(_LIBCPP_HAS_MUSL_LIBC)
+#if defined(__OPENORBIS__)
+# define FIONBIO 0
+# define FIONREAD 1
+#endif