mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-16 15:29:19 +00:00
Add Stop Play/Recording Input Menu
This commit is contained in:
parent
3cbbd48da9
commit
28c9f2a44d
4 changed files with 40 additions and 0 deletions
|
@ -260,6 +260,7 @@ private:
|
|||
void OnReset(wxCommandEvent& event);
|
||||
void OnRecord(wxCommandEvent& event);
|
||||
void OnPlayRecording(wxCommandEvent& event);
|
||||
void OnStopRecording(wxCommandEvent& event);
|
||||
void OnRecordExport(wxCommandEvent& event);
|
||||
void OnRecordReadOnly(wxCommandEvent& event);
|
||||
void OnTASInput(wxCommandEvent& event);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue