diff --git a/src/yuzu/main_window.h b/src/yuzu/main_window.h index a6138de4bf..fcf3dc052e 100644 --- a/src/yuzu/main_window.h +++ b/src/yuzu/main_window.h @@ -569,7 +569,7 @@ private: #ifdef __unix__ QSocketNotifier* sig_interrupt_notifier; - static std::array sig_interrupt_QSocketNotifds; + static std::array sig_interrupt_fds; #endif std::filesystem::path GetEdenCommand();