Skip to content
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

Fix extracting Wii disc partitions numbered 10 or higher #2298

Merged
merged 1 commit into from
Apr 16, 2015

Conversation

JosJuice
Copy link
Member

Instead of trying to get the partition number from the (localized!) item name, the partitions are now stored as item data. Fixes https://code.google.com/p/dolphin-emu/issues/detail?id=8460

wxProgressDialog dialog(_("Checking integrity..."), _("Working..."), 1000, this,
wxPD_APP_MODAL | wxPD_ELAPSED_TIME | wxPD_SMOOTH
);

IntegrityCheckThread thread(Partition);
WiiPartition* partition = (WiiPartition*)m_Treectrl->GetItemData(m_Treectrl->GetSelection());

This comment was marked as off-topic.

@JosJuice JosJuice force-pushed the partitions-no-string-parsing branch from 3f17c11 to 1597737 Compare April 15, 2015 07:24
Instead of trying to get the partition number from the
(localized!) item name, the partitions are now stored as item data.
@JosJuice JosJuice force-pushed the partitions-no-string-parsing branch from 1597737 to 86ceb54 Compare April 15, 2015 07:29
skidau added a commit that referenced this pull request Apr 16, 2015
Fix extracting Wii disc partitions numbered 10 or higher
@skidau skidau merged commit c895e45 into dolphin-emu:master Apr 16, 2015
@JosJuice JosJuice deleted the partitions-no-string-parsing branch April 16, 2015 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants