mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
DolphinWX: Move common wxUpdateUIEvent functions to WxEventUtils
This commit is contained in:
parent
136a10482f
commit
5022c0dfb5
6 changed files with 85 additions and 98 deletions
|
@ -53,11 +53,6 @@ private:
|
|||
void BindMainButtonEvents();
|
||||
void BindDebuggerButtonEvents();
|
||||
|
||||
void OnUpdateIfCoreNotRunning(wxUpdateUIEvent&);
|
||||
void OnUpdateIfCorePaused(wxUpdateUIEvent&);
|
||||
void OnUpdateIfCoreRunningOrPaused(wxUpdateUIEvent&);
|
||||
void OnUpdateIfCPUCanStep(wxUpdateUIEvent&);
|
||||
|
||||
void OnReloadBitmaps(wxCommandEvent&);
|
||||
|
||||
void InitializeBitmaps();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue