From 16d852b9bb686cee77c7fb627443fc000945adc5 Mon Sep 17 00:00:00 2001 From: crueter Date: Sat, 1 Nov 2025 14:51:52 -0400 Subject: [PATCH] wat Signed-off-by: crueter --- src/yuzu/main_window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();