mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Fix saving states freezing up emulation
Only for about half a second but noticeable nonetheless
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user