mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 12:45:50 +00:00
Add Dump Path to Configuration Menu
This commit is contained in:
parent
28a3691e70
commit
e92ff9d09f
5 changed files with 41 additions and 3 deletions
|
@ -30,6 +30,7 @@ private:
|
|||
void OnDVDRootChanged(wxCommandEvent&);
|
||||
void OnApploaderPathChanged(wxCommandEvent&);
|
||||
void OnNANDRootChanged(wxCommandEvent&);
|
||||
void OnDumpPathChanged(wxCommandEvent&);
|
||||
|
||||
void SaveISOPathChanges();
|
||||
|
||||
|
@ -42,4 +43,5 @@ private:
|
|||
wxDirPickerCtrl* m_nand_root_dirpicker;
|
||||
wxFilePickerCtrl* m_default_iso_filepicker;
|
||||
wxFilePickerCtrl* m_apploader_path_filepicker;
|
||||
wxDirPickerCtrl* m_dump_path_dirpicker;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue