mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-10 03:42:33 -07: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