diff --git a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_Usb_Kbd_apple.h b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_Usb_Kbd_apple.h index ab9ee69002..dd69c3f751 100644 --- a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_Usb_Kbd_apple.h +++ b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_Usb_Kbd_apple.h @@ -16,9 +16,9 @@ // http://code.google.com/p/dolphin-emu/ u8 CWII_IPC_HLE_Device_usb_kbd::m_KeyCodesQWERTY[256] = { -//Add support for linux keycodes +//Add support for apple keycodes }; u8 CWII_IPC_HLE_Device_usb_kbd::m_KeyCodesAZERTY[256] = { -//Add support for linux keycodes +//Add support for apple keycodes }; diff --git a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_Usb_Kbd_linux.h b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_Usb_Kbd_linux.h index 798bf47ff5..a451184ac1 100644 --- a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_Usb_Kbd_linux.h +++ b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_Usb_Kbd_linux.h @@ -16,10 +16,10 @@ // http://code.google.com/p/dolphin-emu/ u8 CWII_IPC_HLE_Device_usb_kbd::m_KeyCodesQWERTY[256] = { -//Add support for apple keycodes +//Add support for Linux keycodes }; u8 CWII_IPC_HLE_Device_usb_kbd::m_KeyCodesAZERTY[256] = { -//Add support for apple keycodes +//Add support for Linux keycodes };