Use borealis keyboard for the nintendo switch

This commit is contained in:
h0neybadger 2021-01-04 17:22:50 +01:00
commit 0af3ae27d4
7 changed files with 98 additions and 163 deletions

View file

@ -102,7 +102,6 @@ class IO
bool FreeVideo();
bool InitJoystick();
bool FreeJoystick();
bool ReadUserKeyboard(char *buffer, size_t buffer_size);
bool MainLoop(ChiakiControllerState *state);
};