Browse Source

wat

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/2929/head
crueter 3 months ago
parent
commit
16d852b9bb
  1. 2
      src/yuzu/main_window.h

2
src/yuzu/main_window.h

@ -569,7 +569,7 @@ private:
#ifdef __unix__
QSocketNotifier* sig_interrupt_notifier;
static std::array<int, 3> sig_interrupt_QSocketNotifds;
static std::array<int, 3> sig_interrupt_fds;
#endif
std::filesystem::path GetEdenCommand();

Loading…
Cancel
Save