mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-20 14:57:55 +00:00
[qt] fix Discord RPC by using httplib (#2825)
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> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2825 Reviewed-by: MaranBr <maranbr@eden-emu.dev>
This commit is contained in:
@@ -10,10 +10,6 @@
|
||||
#include "common/scm_rev.h"
|
||||
#include <fmt/format.h>
|
||||
|
||||
#ifndef CPPHTTPLIB_OPENSSL_SUPPORT
|
||||
#define CPPHTTPLIB_OPENSSL_SUPPORT
|
||||
#endif
|
||||
|
||||
#include <httplib.h>
|
||||
|
||||
#ifdef YUZU_BUNDLED_OPENSSL
|
||||
|
||||
Reference in New Issue
Block a user