fix linux compile
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4598 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
32c74c6481
commit
7fa29f0b66
|
@ -342,7 +342,7 @@ u8 CWII_IPC_HLE_Device_usb_kbd::m_KeyCodesQWERTY[256] = {
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
u8 m_KeyCodesAZERTY[256] = {
|
u8 CWII_IPC_HLE_Device_usb_kbd::m_KeyCodesAZERTY[256] = {
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
#elif defined __APPLE__
|
#elif defined __APPLE__
|
||||||
|
|
Loading…
Reference in New Issue