mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-06-30 10:49:02 +00:00
yuzu: Replace httplib with QtNetworkRequest
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user