mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Allow to change Wii sd card path in config pane
Add a setting in the "Paths" config pane to select which file should be used as wii sd card.
This commit is contained in:
@ -31,6 +31,7 @@ private:
|
||||
void OnApploaderPathChanged(wxCommandEvent&);
|
||||
void OnNANDRootChanged(wxCommandEvent&);
|
||||
void OnDumpPathChanged(wxCommandEvent&);
|
||||
void OnSdCardPathChanged(wxCommandEvent&);
|
||||
|
||||
void SaveISOPathChanges();
|
||||
|
||||
@ -44,4 +45,5 @@ private:
|
||||
wxFilePickerCtrl* m_default_iso_filepicker;
|
||||
wxFilePickerCtrl* m_apploader_path_filepicker;
|
||||
wxDirPickerCtrl* m_dump_path_dirpicker;
|
||||
wxFilePickerCtrl* m_wii_sdcard_filepicker;
|
||||
};
|
||||
|
Reference in New Issue
Block a user