mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
DolphinQt: Don't call UICommon::InhibitScreenSaver if already in desired state.
This commit is contained in:
parent
89b01cd6d3
commit
e8bb88c2a1
2 changed files with 6 additions and 0 deletions
|
@ -204,6 +204,7 @@ private:
|
|||
bool m_stop_requested = false;
|
||||
bool m_exit_requested = false;
|
||||
bool m_fullscreen_requested = false;
|
||||
bool m_is_screensaver_inhibited = false;
|
||||
int m_state_slot = 1;
|
||||
std::unique_ptr<BootParameters> m_pending_boot;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue