mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-04 15:19:47 +00:00
Update rpcs3/rpcs3qt/gui_application.h
Co-authored-by: Megamouse <studienricky89@googlemail.com>
This commit is contained in:
parent
c748d3cc81
commit
8fed937c89
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ private:
|
||||||
typename Emulator::stop_counter_t m_emu_focus_out_emulation_id{};
|
typename Emulator::stop_counter_t m_emu_focus_out_emulation_id{};
|
||||||
bool m_is_pause_on_focus_loss_active = false;
|
bool m_is_pause_on_focus_loss_active = false;
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
HDEVNOTIFY m_device_notification_handle;
|
HDEVNOTIFY m_device_notification_handle {};
|
||||||
#endif
|
#endif
|
||||||
private Q_SLOTS:
|
private Q_SLOTS:
|
||||||
void OnChangeStyleSheetRequest();
|
void OnChangeStyleSheetRequest();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue