mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Take care of a few more compiler warnings.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5388 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -195,7 +195,7 @@ void Wiimote::SendAck(u16 _channelID, u8 _reportID)
|
||||
the status request rs and all its eventual instructions it may include (for
|
||||
example turn off rumble or something else) and just send the status
|
||||
report. */
|
||||
void Wiimote::RequestStatus(u16 _channelID, wm_request_status* rs, int Extension)
|
||||
void Wiimote::RequestStatus(u16 _channelID, wm_request_status* rs, int _Extension)
|
||||
{
|
||||
// handle switch extension
|
||||
if ( m_extension->active_extension != m_extension->switch_extension )
|
||||
|
Reference in New Issue
Block a user