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

[DolphinWX] Added warning to Wii disc compression #3216

Merged
merged 1 commit into from Nov 1, 2015

Conversation

Helios747
Copy link
Contributor

Users have no idea that compressing Wii images screws with their file. Now they do.

Example

FileName.append(".iso");
}

This comment was marked as off-topic.

@@ -1292,3 +1298,14 @@ void CGameListCtrl::UnselectAll()
SetItemState(i, 0, wxLIST_STATE_SELECTED);
}
}
bool CGameListCtrl::WiiCompressWarning(const GameListItem* iso)

This comment was marked as off-topic.

@@ -107,4 +107,5 @@ class CGameListCtrl : public wxListCtrl
static size_t m_numberItem;
static bool CompressCB(const std::string& text, float percent, void* arg);
static bool MultiCompressCB(const std::string& text, float percent, void* arg);
bool WiiCompressWarning(const GameListItem* iso);

This comment was marked as off-topic.

@AdmiralCurtiss
Copy link
Contributor

Phrasing sounds off to me. I'd suggest something closer to: "Compressing a Wii disc image will irreversibly change the compressed copy by removing padding data."

@Helios747 Helios747 force-pushed the WiiDiscWarning branch 2 times, most recently from c001b82 to 7327165 Compare October 31, 2015 18:54
@@ -107,4 +107,5 @@ class CGameListCtrl : public wxListCtrl
static size_t m_numberItem;
static bool CompressCB(const std::string& text, float percent, void* arg);
static bool MultiCompressCB(const std::string& text, float percent, void* arg);
static bool WiiCompressWarning(const GameListItem* iso);

This comment was marked as off-topic.

@JosJuice
Copy link
Member

LGTM other than the unnecessary parameter.

@MayImilae
Copy link
Contributor

Looks good to me!

delroth added a commit that referenced this pull request Nov 1, 2015
[DolphinWX] Added warning to Wii disc compression
@delroth delroth merged commit 491e149 into dolphin-emu:master Nov 1, 2015
@dolphin-emu-bot
Copy link
Contributor

FifoCI detected that this change impacts graphical rendering. Here are the behavior differences detected by the system:

  • fortune-street-white-box on ogl-lin-intel: diff
  • inverted-depth-range on ogl-lin-intel: diff
  • kirby-shadows on ogl-lin-intel: diff
  • melee-lighting on ogl-lin-intel: diff
  • mkdd-efb on ogl-lin-intel: diff
  • mp7-text on ogl-lin-intel: diff
  • rs2-zfreeze on ogl-lin-intel: diff
  • ssbm-pointsize on ogl-lin-intel: diff
  • thps4-shadow on ogl-lin-intel: diff
  • tsp3-pinkgrass on ogl-lin-intel: diff
  • zww-armos on ogl-lin-intel: diff
  • zww-waves on ogl-lin-intel: diff

automated-fifoci-reporter

@Helios747 Helios747 deleted the WiiDiscWarning branch December 22, 2015 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
7 participants