mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-29 21:56:58 +00:00
FilesystemPanel: Replace Extract Apploader/DOL with Extract System Data
Because having one option for each thing to extract is going to be way too many options once I add support for more things to extract.
This commit is contained in:
parent
0b068d84d5
commit
94b18bfb07
2 changed files with 6 additions and 21 deletions
|
@ -32,8 +32,7 @@ private:
|
|||
ID_EXTRACT_DIR = 20000,
|
||||
ID_EXTRACT_ALL,
|
||||
ID_EXTRACT_FILE,
|
||||
ID_EXTRACT_APPLOADER,
|
||||
ID_EXTRACT_DOL,
|
||||
ID_EXTRACT_SYSTEM_DATA,
|
||||
ID_CHECK_INTEGRITY,
|
||||
};
|
||||
|
||||
|
@ -45,7 +44,7 @@ private:
|
|||
void OnRightClickTree(wxTreeEvent&);
|
||||
void OnExtractFile(wxCommandEvent&);
|
||||
void OnExtractDirectories(wxCommandEvent&);
|
||||
void OnExtractHeaderData(wxCommandEvent&);
|
||||
void OnExtractSystemData(wxCommandEvent&);
|
||||
void OnExtractAll(wxCommandEvent&);
|
||||
void OnCheckPartitionIntegrity(wxCommandEvent&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue