mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +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
|
@ -140,6 +140,7 @@ wxMenu* MainMenuBar::CreateMovieMenu() const
|
|||
|
||||
movie_menu->Append(IDM_RECORD, _("Start Re&cording Input"));
|
||||
movie_menu->Append(IDM_PLAY_RECORD, _("P&lay Input Recording..."));
|
||||
movie_menu->Append(IDM_STOP_RECORD, _("Stop Playing/Recording Input"));
|
||||
movie_menu->Append(IDM_RECORD_EXPORT, _("Export Recording..."));
|
||||
movie_menu->AppendCheckItem(IDM_RECORD_READ_ONLY, _("&Read-Only Mode"));
|
||||
movie_menu->Append(IDM_TAS_INPUT, _("TAS Input"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue