mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
disable boot from drive when emulator is running (issue 781)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2767 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -225,7 +225,8 @@ class CFrame : public wxFrame
|
||||
// Menu items
|
||||
wxMenuBar* m_pMenuBar;
|
||||
|
||||
wxMenuItem* m_pMenuItemOpen; // File
|
||||
wxMenuItem* m_pMenuItemOpen; // File
|
||||
wxMenuItem* m_pMenuItemOpenDrive; // Drive
|
||||
|
||||
wxMenuItem* m_pMenuItemPlay; // Emulation
|
||||
wxMenuItem* m_pMenuItemStop;
|
||||
|
Reference in New Issue
Block a user