mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Replaced generalized instances of GCM with ISO
Renamed various commands to refer to ISO instead of GCM for consistency, as the commands are used for both Wii and GameCube files. CompressGCM --> CompressISO DeleteGCM --> DeleteISO MultiCompressGCM --> MultiCompressISO MultiDecompressGCM --> MultiDecompressISO SetDefaultGCM --> SetDefaultISO Fixed COMPRESSISO Fixed missing "COMPRESSISO" Fixed more COMPRESSISO Final fix for COMPRESSISO
This commit is contained in:
@ -98,11 +98,11 @@ private:
|
||||
void OnOpenContainingFolder(wxCommandEvent& event);
|
||||
void OnOpenSaveFolder(wxCommandEvent& event);
|
||||
void OnExportSave(wxCommandEvent& event);
|
||||
void OnSetDefaultGCM(wxCommandEvent& event);
|
||||
void OnDeleteGCM(wxCommandEvent& event);
|
||||
void OnCompressGCM(wxCommandEvent& event);
|
||||
void OnMultiCompressGCM(wxCommandEvent& event);
|
||||
void OnMultiDecompressGCM(wxCommandEvent& event);
|
||||
void OnSetDefaultISO(wxCommandEvent& event);
|
||||
void OnDeleteISO(wxCommandEvent& event);
|
||||
void OnCompressISO(wxCommandEvent& event);
|
||||
void OnMultiCompressISO(wxCommandEvent& event);
|
||||
void OnMultiDecompressISO(wxCommandEvent& event);
|
||||
void OnInstallWAD(wxCommandEvent& event);
|
||||
void OnChangeDisc(wxCommandEvent& event);
|
||||
|
||||
|
Reference in New Issue
Block a user