mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06: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:
@ -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&);
|
||||
|
||||
|
Reference in New Issue
Block a user