mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
MemoryWindow: Replace Search with FindNext
This commit is contained in:
@ -35,7 +35,8 @@ private:
|
||||
DECLARE_EVENT_TABLE()
|
||||
|
||||
void OnDataTypeChanged(wxCommandEvent& event);
|
||||
void OnSearch(wxCommandEvent& event);
|
||||
void OnFindNext(wxCommandEvent& event);
|
||||
void Search(bool find_next = true);
|
||||
void OnAddrBoxChange(wxCommandEvent& event);
|
||||
void OnValueChanged(wxCommandEvent&);
|
||||
void SetMemoryValueFromValBox(wxCommandEvent& event);
|
||||
|
Reference in New Issue
Block a user