mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 23:57:54 +00:00
yuzu: Replace httplib with QtNetworkRequest
This commit is contained in:
parent
d703c0a10c
commit
a079a93645
2 changed files with 53 additions and 34 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue