mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DolphinWX: Move common wxUpdateUIEvent functions to WxEventUtils
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user