mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 03:24:49 +00:00
Changing "submit report" button behavior in the GUI (#2654)
* change code to serial * delete emulator version function * Adding the line back, someone else will need to look into it * fix epic fail
This commit is contained in:
parent
b520994960
commit
9298b074fc
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ public:
|
|||
"title", QString("%1 - %2").arg(QString::fromStdString(m_games[itemID].serial),
|
||||
QString::fromStdString(m_games[itemID].name)));
|
||||
query.addQueryItem("game-name", QString::fromStdString(m_games[itemID].name));
|
||||
query.addQueryItem("game-code", 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));
|
||||
query.addQueryItem("emulator-version", QString(Common::VERSION));
|
||||
url.setQuery(query);
|
||||
|
|
Loading…
Add table
Reference in a new issue