From c06704638738f5162fbf23ac7e15db5e619028c9 Mon Sep 17 00:00:00 2001 From: Narr the Reg Date: Fri, 21 Jul 2023 13:08:46 -0600 Subject: yuzu: Replace httplib with QtNetworkRequest --- src/yuzu/discord_impl.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/yuzu/discord_impl.h') diff --git a/src/yuzu/discord_impl.h b/src/yuzu/discord_impl.h index 84710b9c6..eb6cf9ae0 100644 --- a/src/yuzu/discord_impl.h +++ b/src/yuzu/discord_impl.h @@ -19,6 +19,13 @@ public: void Pause() override; void Update() override; +private: + std::string GetGameString(const std::string& title); + void UpdateGameStatus(bool use_default); + + std::string game_url{}; + std::string game_title{}; + Core::System& system; }; -- cgit v1.2.3