mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-11 07:56:15 +01:00
Wiimote to GunCon3 compile error
This commit is contained in:
parent
c4c93f01df
commit
2579a76d97
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue