mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 16:02:26 +00:00
Adding the line back, someone else will need to look into it
This commit is contained in:
parent
22b82949ee
commit
196f09a5de
@ -522,6 +522,7 @@ public:
|
||||
QString::fromStdString(m_games[itemID].name)));
|
||||
query.addQueryItem("game-name", QString::fromStdString(m_games[itemID].name));
|
||||
query.addQueryItem("game-serial", QString::fromStdString(m_games[itemID].serial));
|
||||
query.addQueryItem("game-serial", QString::fromStdString(m_games[itemID].serial));
|
||||
query.addQueryItem("game-version", QString::fromStdString(m_games[itemID].version));
|
||||
url.setQuery(query);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user