mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
Update dependencies
This commit is contained in:
parent
44801c50f3
commit
21ada251fe
2
3rdparty/FAudio
vendored
2
3rdparty/FAudio
vendored
@ -1 +1 @@
|
|||||||
Subproject commit cac0aca5f7055bd0d57c1051278684c737b9af0c
|
Subproject commit 58cf606b5f718883e5dffbafdec44859d4e304ec
|
2
3rdparty/curl/curl
vendored
2
3rdparty/curl/curl
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 1561d0675208854b39066877b140780a965702fa
|
Subproject commit 7ab9d43720bc34d9aa351c7ca683c1668ebf8335
|
2
3rdparty/libpng/libpng
vendored
2
3rdparty/libpng/libpng
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 07b8803110da160b158ebfef872627da6c85cbdf
|
Subproject commit f135775ad4e5d4408d2e12ffcc71bb36e6b48551
|
2
3rdparty/libsdl-org/SDL
vendored
2
3rdparty/libsdl-org/SDL
vendored
@ -1 +1 @@
|
|||||||
Subproject commit ac13ca9ab691e13e8eebe9684740ddcb0d716203
|
Subproject commit ffa78e6bead23e2ba3adf8ec2367ff2218d4343c
|
6
3rdparty/wolfssl/extra/win32/user_settings.h
vendored
6
3rdparty/wolfssl/extra/win32/user_settings.h
vendored
@ -37,6 +37,7 @@
|
|||||||
#define NO_PSK
|
#define NO_PSK
|
||||||
#define HAVE_EXTENDED_MASTER
|
#define HAVE_EXTENDED_MASTER
|
||||||
#define WOLFSSL_SNIFFER
|
#define WOLFSSL_SNIFFER
|
||||||
|
#define WOLFSSL_IGNORE_FILE_WARN
|
||||||
#define HAVE_AESGCM
|
#define HAVE_AESGCM
|
||||||
#define HAVE_SUPPORTED_CURVES
|
#define HAVE_SUPPORTED_CURVES
|
||||||
#define HAVE_TLS_EXTENSIONS
|
#define HAVE_TLS_EXTENSIONS
|
||||||
@ -63,11 +64,16 @@ extern FILE* wolfSSL_fopen_utf8(const char* name, const char* mode);
|
|||||||
#define XFWRITE fwrite
|
#define XFWRITE fwrite
|
||||||
#define XFCLOSE fclose
|
#define XFCLOSE fclose
|
||||||
#define XSEEK_END SEEK_END
|
#define XSEEK_END SEEK_END
|
||||||
|
#define XSEEK_SET SEEK_SET
|
||||||
#define XBADFILE NULL
|
#define XBADFILE NULL
|
||||||
#define XFGETS fgets
|
#define XFGETS fgets
|
||||||
#define XFPRINTF fprintf
|
#define XFPRINTF fprintf
|
||||||
#define XFFLUSH fflush
|
#define XFFLUSH fflush
|
||||||
|
|
||||||
|
/* For some reason we need to define ssize_t */
|
||||||
|
#define HAVE_SSIZE_T
|
||||||
|
#define ssize_t __int64
|
||||||
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
extern int wolfSSL_stat_utf8(const char* path, struct _stat* buffer);
|
extern int wolfSSL_stat_utf8(const char* path, struct _stat* buffer);
|
||||||
#define XSTAT wolfSSL_stat_utf8
|
#define XSTAT wolfSSL_stat_utf8
|
||||||
|
2
3rdparty/wolfssl/wolfssl
vendored
2
3rdparty/wolfssl/wolfssl
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 979707380c677dfa65e3ba48f19e149773a4a32d
|
Subproject commit 3b3c175af0e993ffaae251871421e206cc41963f
|
1
3rdparty/wolfssl/wolfssl.vcxproj
vendored
1
3rdparty/wolfssl/wolfssl.vcxproj
vendored
@ -73,6 +73,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="wolfssl\src\crl.c" />
|
<ClCompile Include="wolfssl\src\crl.c" />
|
||||||
<ClCompile Include="wolfssl\src\internal.c" />
|
<ClCompile Include="wolfssl\src\internal.c" />
|
||||||
|
<ClCompile Include="wolfssl\src\ssl_asn1.c" />
|
||||||
<ClCompile Include="wolfssl\src\wolfio.c" />
|
<ClCompile Include="wolfssl\src\wolfio.c" />
|
||||||
<ClCompile Include="wolfssl\src\keys.c" />
|
<ClCompile Include="wolfssl\src\keys.c" />
|
||||||
<ClCompile Include="wolfssl\src\ocsp.c" />
|
<ClCompile Include="wolfssl\src\ocsp.c" />
|
||||||
|
Loading…
Reference in New Issue
Block a user