Investigating yet, but can't compile on new libnx:
borealis/./library/lib/platforms/switch/swkbd.cpp:42:5: error: 'swkbdConfigSetStringLenMaxExt' was not declared in this scope; did you mean 'swkbdConfigSetStringLenMax'? 42 | swkbdConfigSetStringLenMaxExt(&config, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | swkbdConfigSetStringLenMax make[1]: *** [/opt/devkitpro/devkitA64/base_rules:14: swkbd.o] Error 1 make: *** [Makefile:186: all] Error 2
If I solve, will send a pr.
Investigating yet, but can't compile on new
libnx:borealis/./library/lib/platforms/switch/swkbd.cpp:42:5: error: 'swkbdConfigSetStringLenMaxExt' was not declared in this scope; did you mean 'swkbdConfigSetStringLenMax'? 42 | swkbdConfigSetStringLenMaxExt(&config, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | swkbdConfigSetStringLenMax make[1]: *** [/opt/devkitpro/devkitA64/base_rules:14: swkbd.o] Error 1 make: *** [Makefile:186: all] Error 2If I solve, will send a pr.