Improve the data in the first data block of the skylanders figures

* Added NUID
* Added BCC
* Added ATQA
* Added SAK
This commit is contained in:
Mandar1jn
2023-01-25 21:04:22 +01:00
parent 07cf8c5668
commit c8a91abadc
2 changed files with 18 additions and 2 deletions

View File

@ -29,6 +29,7 @@
#include "Core/System.h"
#include "DolphinQt/QtUtils/DolphinFileDialog.h"
#include "DolphinQt/Resources.h"
#include "DolphinQt/Settings.h"
// Qt is not guaranteed to keep track of file paths using native file pickers, so we use this
@ -521,6 +522,7 @@ const std::map<const std::pair<const u16, const u16>, const char*> list_skylande
SkylanderPortalWindow::SkylanderPortalWindow(QWidget* parent) : QWidget(parent)
{
setWindowTitle(tr("Skylanders Manager"));
setWindowIcon(Resources::GetAppIcon());
setObjectName(QString::fromStdString("skylanders_manager"));
setMinimumSize(QSize(700, 200));