[client] main: don't use Linux keybinds if the guest is not Linux

This commit is contained in:
Geoffrey McRae
2022-01-17 20:26:45 +11:00
parent afd5e2d057
commit 5a3fe151e4
6 changed files with 122 additions and 32 deletions

View File

@@ -21,6 +21,7 @@
#ifndef _H_LG_KEYBIND_
#define _H_LG_KEYBIND_
void keybind_register(void);
void keybind_commonRegister(void);
void keybind_spiceRegister(void);
#endif