build fix in non-debug
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@984 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
d4a9f33754
commit
30ebbe9e6c
|
@ -1158,10 +1158,10 @@ void CWII_IPC_HLE_Device_usb_oh1_57e_305::CommandReadLocalFeatures(u8* _Input)
|
|||
|
||||
void CWII_IPC_HLE_Device_usb_oh1_57e_305::CommandReadStoredLinkKey(u8* _Input)
|
||||
{
|
||||
#ifdef LOGGING
|
||||
// #ifdef LOGGING
|
||||
// command parameters
|
||||
hci_read_stored_link_key_cp* ReadStoredLinkKey = (hci_read_stored_link_key_cp*)_Input;
|
||||
#endif
|
||||
// #endif
|
||||
|
||||
// reply
|
||||
hci_read_stored_link_key_rp Reply;
|
||||
|
|
Loading…
Reference in New Issue