mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 08:19:59 +00:00
Minor bugfixes : disable Refresh list and Load wii menu when game is running and fix silly init of njoy's rumble
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2973 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
66ca49d3b8
commit
c857f71e80
9 changed files with 54 additions and 33 deletions
|
@ -29,7 +29,6 @@
|
|||
////////////////////////////////
|
||||
#include "CDUtils.h"
|
||||
#include "LogWindow.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// A shortcut to access the bitmaps
|
||||
// ¯¯¯¯¯¯¯¯¯¯
|
||||
|
@ -216,6 +215,7 @@ class CFrame : public wxFrame
|
|||
void OnHostMessage(wxCommandEvent& event);
|
||||
|
||||
void OnMemcard(wxCommandEvent& event); // Misc
|
||||
|
||||
void OnShow_CheatsWindow(wxCommandEvent& event);
|
||||
void OnShow_SDCardWindow(wxCommandEvent& event);
|
||||
void OnLoadWiiMenu(wxCommandEvent& event);
|
||||
|
@ -234,6 +234,7 @@ class CFrame : public wxFrame
|
|||
wxMenuItem* m_pPluginOptions;
|
||||
wxMenuItem* m_pMenuItemLoad;
|
||||
wxMenuItem* m_pMenuItemSave;
|
||||
wxMenuItem* m_pMenuBootWii;
|
||||
wxToolBarToolBase* m_pToolPlay;
|
||||
|
||||
void BootGame();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue