mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Ctrl+A support in the action replay code editing menu.
Makes adding/editing codes less of a pain in the ass. You don't need to manually highlight everything anymore.
This commit is contained in:
@ -49,6 +49,7 @@ class CARCodeAddEdit : public wxDialog
|
||||
void SaveCheatData(wxCommandEvent& event);
|
||||
void ChangeEntry(wxSpinEvent& event);
|
||||
void UpdateTextCtrl(ActionReplay::ARCode arCode);
|
||||
void OnKey(wxKeyEvent& event);
|
||||
|
||||
int selection;
|
||||
|
||||
|
Reference in New Issue
Block a user