mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Fix saving states freezing up emulation
Only for about half a second but noticeable nonetheless
This commit is contained in:
parent
c70da390a7
commit
04764f8b7f
4 changed files with 8 additions and 6 deletions
|
@ -37,7 +37,6 @@ public:
|
|||
|
||||
explicit MenuBar(QWidget* parent = nullptr);
|
||||
|
||||
void UpdateStateSlotMenu();
|
||||
void UpdateToolsMenu(bool emulation_started);
|
||||
|
||||
QMenu* GetListColumnsMenu() const { return m_cols_menu; }
|
||||
|
@ -140,6 +139,8 @@ private:
|
|||
void AddJITMenu();
|
||||
void AddSymbolsMenu();
|
||||
|
||||
void UpdateStateSlotMenu();
|
||||
|
||||
void InstallWAD();
|
||||
void ImportWiiSave();
|
||||
void ExportWiiSaves();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue