mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 13:01:27 +12:00
Replace QNetwork operations with libcurl + wolfssl
This commit is contained in:
parent
132c3e1c1a
commit
b1d8bf754e
17 changed files with 590 additions and 437 deletions
9
.gitmodules
vendored
9
.gitmodules
vendored
|
@ -55,3 +55,12 @@
|
|||
path = 3rdparty/span
|
||||
url = https://github.com/tcbrindle/span
|
||||
ignore = dirty
|
||||
[submodule "3rdparty/curl"]
|
||||
path = 3rdparty/curl
|
||||
url = https://github.com/RipleyTom/curl.git
|
||||
ignore = dirty
|
||||
[submodule "3rdparty/wolfssl"]
|
||||
path = 3rdparty/wolfssl
|
||||
url = https://github.com/RipleyTom/wolfssl.git
|
||||
ignore = dirty
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue