Skip to content
Snippets Groups Projects
Commit eeab6b6b authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Don't export keyval

Win32CIO already does that.
parent f52d7c5f
Branches
Tags
No related merge requests found
......@@ -22,7 +22,7 @@ struct keyvals {
uint16_t alt;
};
CIOLIBEXPORT const struct keyvals keyval[] =
static const struct keyvals keyval[] =
{
{RETROK_BACKSPACE, 0x08, 0x08, 0x7f, 0x0e00},
{RETROK_TAB, 0x09, 0x0f00, 0x9400, 0xa500},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment