mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
PathConfigPane: Prevent an invalid index assert
This commit is contained in:
@ -22,6 +22,8 @@ private:
|
||||
void LoadGUIValues();
|
||||
void BindEvents();
|
||||
|
||||
void OnEnableIfCoreNotRunning(wxUpdateUIEvent& event);
|
||||
|
||||
void OnISOPathSelectionChanged(wxCommandEvent&);
|
||||
void OnRecursiveISOCheckBoxChanged(wxCommandEvent&);
|
||||
void OnAddISOPath(wxCommandEvent&);
|
||||
|
Reference in New Issue
Block a user