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:
Glenn Rice
2010-04-19 03:39:26 +00:00
parent d93cebf84b
commit 63d296fcba
4 changed files with 32 additions and 33 deletions

View File

@ -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 )