mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
[Cleanup] WX: Remove usage of NANDContentManager
Also clean up the way the system menu label is updated. We don't want to access the NAND while emulation is running, and especially not that many times per second on an unpredictable timing.
This commit is contained in:
@ -275,9 +275,6 @@ private:
|
||||
|
||||
void OnUpdateInterpreterMenuItem(wxUpdateUIEvent& event);
|
||||
|
||||
void OnUpdateLoadWiiMenuItem(wxCommandEvent&);
|
||||
void UpdateLoadWiiMenuItem() const;
|
||||
|
||||
void OnOpen(wxCommandEvent& event); // File menu
|
||||
void OnRefresh(wxCommandEvent& event);
|
||||
void OnBootDrive(wxCommandEvent& event);
|
||||
|
Reference in New Issue
Block a user