Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Craftyawesome committed Jun 1, 2024
1 parent a7a01eb commit c51afc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ void CON_Responder_SWITCH_SwkbdDecidedEnter_cb(const char* str, SwkbdDecidedEnte
CON_InputSetString(str);

if (!input_len)
return true;
return;

// push the command
COM_BufAddText(inputlines[inputline]);
Expand Down
1 change: 1 addition & 0 deletions src/hu_stuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -1234,6 +1234,7 @@ static INT16 typelines = 1; // number of drawfill lines we need when drawing the

void CHAT_Close() {
#ifdef __SWITCH__
#include "switch/swkbd.h"
Switch_Keyboard_Close();
#endif

Expand Down

0 comments on commit c51afc1

Please sign in to comment.