mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-07 13:37:46 +00:00
Wiimote to GunCon3 compile error
This commit is contained in:
parent
c4c93f01df
commit
2579a76d97
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue