mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
Remove GetPointer from Wii USB Keyboard.
This commit is contained in:
parent
86c100c442
commit
4ba794d4c9
@ -66,7 +66,7 @@ bool CWII_IPC_HLE_Device_usb_kbd::IOCtl(u32 _CommandAddress)
|
||||
|
||||
if (SConfig::GetInstance().m_WiiKeyboard && !m_MessageQueue.empty())
|
||||
{
|
||||
*(SMessageData*)Memory::GetPointer(BufferOut) = m_MessageQueue.front();
|
||||
Memory::CopyToEmu(BufferOut, &m_MessageQueue.front(), sizeof(SMessageData));
|
||||
m_MessageQueue.pop();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user