mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
(connect_wii.c) Fix
This commit is contained in:
parent
e0a5a77034
commit
682ec250eb
@ -550,7 +550,7 @@ static int wiimote_handshake(struct wiimote_t* wm,
|
||||
if (event != WM_RPT_READ)
|
||||
return 0;
|
||||
|
||||
id = swap_if_little32(*data);
|
||||
id = swap_if_little32(*ptr);
|
||||
|
||||
#ifdef WIIMOTE_DBG
|
||||
printf("Expansion id=0x%04x\n",id);
|
||||
|
Loading…
x
Reference in New Issue
Block a user