-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Improve the data in the first data block of the skylanders figures #11492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@dolphin-emu-bot rebuild |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM, please address the linter issue and consider my comment.
@mandar1jn we probably don't want to include the unknown - if it's something like a copyright or a company specific identifier? |
@dolphin-emu-bot rebuild |
@JMC47 it’s impossible that this is caused by my code right? |
These should clear up if you rebase your PR onto latest master. |
How do I do that? |
Something along the lines of
|
* Added NUID * Added BCC * Added ATQA * Added SAK
Okay. Should be good now |
@@ -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()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the future please be careful not to include random unrelated changes like this in your commits...
The real Skylanders cards are Mifare 1K classic cards with a 4-byte NUID so this mimics the real cards. The calculation used before could cause duplicate NUIDs very easily.
Added an icon to the Skylanders portal window