git-svn-id: https://spexeah.com:8443/svn/Asuro@99 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
b208e3c372
commit
d4e567c67c
@ -44,10 +44,8 @@ begin
|
|||||||
memset(uint32(@key_matrix[0]), 0, sizeof(TKeyInfo)*256);
|
memset(uint32(@key_matrix[0]), 0, sizeof(TKeyInfo)*256);
|
||||||
memset(uint32(@key_buffer), 0, sizeof(TKeyInfo)*128);
|
memset(uint32(@key_buffer), 0, sizeof(TKeyInfo)*128);
|
||||||
|
|
||||||
case keyboard_layout of
|
if(keyboard_layout = 'USA') then lang_USA();
|
||||||
'USA' : lang_USA();
|
if(keyboard_layout = 'UK') then lang_UK();
|
||||||
'UK' : lang_UK();
|
|
||||||
end;
|
|
||||||
|
|
||||||
isr33.hook(uint32(@callback));
|
isr33.hook(uint32(@callback));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user