mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +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{};
|
||||
bool m_is_pause_on_focus_loss_active = false;
|
||||
#ifdef _WIN32
|
||||
HDEVNOTIFY m_device_notification_handle;
|
||||
HDEVNOTIFY m_device_notification_handle {};
|
||||
#endif
|
||||
private Q_SLOTS:
|
||||
void OnChangeStyleSheetRequest();
|
||||
|
|
Loading…
Add table
Reference in a new issue