Experimental support for dumping all files from a gcm

supports partition 0 on wii discs (disabled) and will fail on dir structures that are too deep
no progress bar yet, so it looks like dolphin does not respond while dumping

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4254 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
LPFaint99
2009-09-12 09:09:47 +00:00
parent 674334f53e
commit e31cc7d1fe
3 changed files with 69 additions and 0 deletions

View File

@ -212,6 +212,7 @@ class CISOProperties : public wxDialog
ID_MAKER,
ID_COMMENT,
ID_BANNER,
IDM_EXTRACTALL,
IDM_EXTRACTDIR,
IDM_EXTRACTFILE,
IDM_BNRSAVEAS
@ -229,6 +230,7 @@ class CISOProperties : public wxDialog
void OnRightClickOnTree(wxTreeEvent& event);
void OnExtractFile(wxCommandEvent& event);
void OnExtractDir(wxCommandEvent& event);
void OnExtractAll(wxCommandEvent& event);
void SetRefresh(wxCommandEvent& event);
void OnChangeBannerLang(wxCommandEvent& event);