Fixed CTRL-ALT-DEL menu option broken by recent keyboard changes.

This commit is contained in:
SarahW 2019-05-01 21:38:28 +01:00
commit 49f2f34249
3 changed files with 26 additions and 6 deletions

View file

@ -13,3 +13,4 @@ enum
};
void keyboard_set_scancode_set(int set);
void keyboard_send_scancode(int code, int is_break);