To work or not to work...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3564
This commit is contained in:
parent
61fcc1304d
commit
ae1be112a2
2 changed files with 7 additions and 1 deletions
|
@ -246,7 +246,7 @@ static Bitu IRQ1_Handler(void) {
|
|||
flags2&=~(0x40+0x20);//remove numlock/capslock pressed (hack for sdl only reporting states)
|
||||
#endif
|
||||
if (DOS_LayoutKey(scancode,flags1,flags2,flags3)) return CBRET_NONE;
|
||||
LOG_MSG("key input %d %d %d %d",scancode,flags1,flags2,flags3);
|
||||
//LOG_MSG("key input %d %d %d %d",scancode,flags1,flags2,flags3);
|
||||
switch (scancode) {
|
||||
/* First the hard ones */
|
||||
case 0xfa: /* ack. Do nothing for now */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue