Add Change Disc option to the right-click menu in the game list. For issue 7411.

This commit is contained in:
Zhuowei Zhang
2014-06-23 21:07:46 -07:00
parent fb18b8b689
commit 25bd5e237b
3 changed files with 18 additions and 0 deletions

View File

@ -104,6 +104,7 @@ private:
void OnMultiCompressGCM(wxCommandEvent& event);
void OnMultiDecompressGCM(wxCommandEvent& event);
void OnInstallWAD(wxCommandEvent& event);
void OnChangeDisc(wxCommandEvent& event);
void CompressSelection(bool _compress);
void AutomaticColumnWidth();