From 2579a76d97f2ebd2c16c4df5c39b9377401af22f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Hamil?= Date: Sat, 7 Feb 2026 16:25:00 +0300 Subject: [PATCH] Wiimote to GunCon3 compile error --- rpcs3/Emu/Io/GunCon3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Io/GunCon3.cpp b/rpcs3/Emu/Io/GunCon3.cpp index e6949fbb0a..02de520bd6 100644 --- a/rpcs3/Emu/Io/GunCon3.cpp +++ b/rpcs3/Emu/Io/GunCon3.cpp @@ -229,7 +229,7 @@ void usb_device_guncon3::interrupt_transfer(u32 buf_size, u8* buf, u32 endpoint, GunCon3_data gc{}; gc.stick_ax = gc.stick_ay = gc.stick_bx = gc.stick_by = 0x7f; - auto* wm = wiimote_manager::get_instance() + auto* wm = wiimote_manager::get_instance(); auto states = wm->get_states(); // Determine which Wiimote to use based on our ordinal position among all GunCons