From 19face94b1c73a3f51f7808182926ca419b6d6d5 Mon Sep 17 00:00:00 2001 From: death2droid Date: Sun, 17 May 2009 02:19:07 +0000 Subject: [PATCH] Fixed up some comments got the names back to front :P git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3261 8ced0084-cf51-0410-be5f-012b33b47a6e --- .../Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_Usb_Kbd_apple.h | 4 ++-- .../Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_Usb_Kbd_linux.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 };