mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00: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:
parent
45a7fa293b
commit
0c1ea605d5
2 changed files with 25 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue