mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
Fix warnings.
This commit is contained in:
@ -186,7 +186,7 @@ static IOReturn HIDCreateOpenDeviceInterface (io_object_t hidDevice, recDevice *
|
||||
plugInResult = (*ppPlugInInterface)->QueryInterface (ppPlugInInterface,
|
||||
CFUUIDGetUUIDBytes (kIOHIDDeviceInterfaceID), (void *) &(pDevice->interface));
|
||||
if (S_OK != plugInResult)
|
||||
HIDReportErrorNum ("Couldn<EFBFBD>t query HID class device interface from plugInInterface", plugInResult);
|
||||
HIDReportErrorNum ("Couldn't query HID class device interface from plugInInterface", plugInResult);
|
||||
(*ppPlugInInterface)->Release (ppPlugInInterface);
|
||||
}
|
||||
else
|
||||
|
@ -47,7 +47,6 @@ private:
|
||||
void InitMixer();
|
||||
|
||||
// Declarations and definitions
|
||||
void *m_hWnd;
|
||||
bool m_bWii;
|
||||
|
||||
bool m_InitMixer;
|
||||
|
Reference in New Issue
Block a user