Update rpcs3/rpcs3qt/gui_application.h

Co-authored-by: Megamouse <studienricky89@googlemail.com>
This commit is contained in:
Sanjay Govind 2025-01-24 09:16:19 +13:00 committed by GitHub
parent c748d3cc81
commit 8fed937c89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();