Browse Source
[qt] fix Discord RPC by using httplib
[qt] fix Discord RPC by using httplib
Commit `a079a93645a7219ada1bef84f476eb8269614f5b` inexplicably replaced the httplib implementation of discord_impl.cpp with an inferior Qt::Network version. This causes a lot of issues especially w.r.t CA certs which are handled differently with bundled OpenSSL. Thus, this just adds back the httplib implementation and makes discord RPC work again. Signed-off-by: crueter <crueter@eden-emu.dev>pull/2825/head
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
4 changed files with 41 additions and 28 deletions
-
19CMakeLists.txt
-
4src/frontend_common/update_checker.cpp
-
6src/qt_common/CMakeLists.txt
-
40src/qt_common/discord/discord_impl.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue