mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-02 11:00:41 +00:00
8d565d7793
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>