Restore old delay.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3741
This commit is contained in:
parent
aad5643403
commit
817651144b
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ void KEYBOARD_Init(Section* sec) {
|
|||
keyb.command=CMD_NONE;
|
||||
keyb.p60changed=false;
|
||||
keyb.repeat.key=KBD_NONE;
|
||||
keyb.repeat.pause=200;
|
||||
keyb.repeat.pause=500;
|
||||
keyb.repeat.rate=33;
|
||||
keyb.repeat.wait=0;
|
||||
KEYBOARD_ClrBuffer();
|
||||
|
|
Loading…
Add table
Reference in a new issue