mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 12:45:50 +00:00
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:
parent
07cf8c5668
commit
c8a91abadc
2 changed files with 18 additions and 2 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue