mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue