updated loggingsystem
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@989
This commit is contained in:
parent
72d44cbc16
commit
bbb7cf45b0
44 changed files with 208 additions and 201 deletions
|
|
@ -397,7 +397,7 @@ static void HandleKey(SDL_KeyboardEvent * key) {
|
|||
/* Special Keys */
|
||||
default:
|
||||
code=KBD_1;
|
||||
LOG(LOG_ERROR|LOG_KEYBOARD,"Unhandled SDL keysym %d",key->keysym.sym);
|
||||
LOG(LOG_KEYBOARD,LOG_ERROR)("Unhandled SDL keysym %d",key->keysym.sym);
|
||||
break;
|
||||
}
|
||||
/* Check the modifiers */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue